greasedman
10th May 2005, 18:42
Look at this (sort of code by tisfc0207s000):
choice.cont.process:
on.choice:
execute(print.data)
choice.print.data:
on.choice:
message("hello")
after.choice:
message("damn")
Running in normal mode it works correctly, but in API mode it jumps directly from cont.process:on.choice to print.data:after.choice!!!!
Why the hell it works in this way??!?
choice.cont.process:
on.choice:
execute(print.data)
choice.print.data:
on.choice:
message("hello")
after.choice:
message("damn")
Running in normal mode it works correctly, but in API mode it jumps directly from cont.process:on.choice to print.data:after.choice!!!!
Why the hell it works in this way??!?