have something like, if touching blue, stop EVERY script of a specific character instead of just the one you place "stop script" in.
Offline
Use this
when gf clicked set [bluetouched v] to [no] forever if <touching color [#0000FF]?> set [bluetouched v] to [yes] endAnd put this in every script you want to stop when blue is touched:
if <(bluetouched) = [yes]> stop script endAlso, it would be appreciated if you actually went and explored the blocks before 'suggesting' anything.
Last edited by ProgramCAT (2012-02-20 00:08:46)
Offline