- 586 名前:名前は開発中のものです。 mailto:sage [2009/04/21(火) 19:03:47 ID:VE6S8ive]
- クリック待ちのシスカマで、オートモードを実装したいのですが、
組んでみたスクリプトだと、クリックしてもオートモードがオフになりません。 どこが間違っているのか、どこが足りないのか、ご教示お願いします。 *custom ;textgosubのシスカマ部 ;オートモード時は文字数に応じての制限時間を設ける if %25 = 1 btntime %26 textbtnwait %10 if %10 = 0 && %25 = 1 goto *custom_click2 if %10 = 0 goto *custom_click (割愛) if %10 = -2 goto *custom_click goto *custom *custom_click texec return *custom_click2 gosub *custom_autooff goto *custom
|

|