In the Official command reference it states under
script syntax:
Delay: line starting with '~'.
Example: ~delay is equivalent to _waitUntil = _ time +
(cas) ; & _waitUntil
so how would I use this? I want to delay a line for the
Initialization of an object. Also, could it be used between
statements in a line? example:
a = 1; b = 2; c = 3
could I just delay b = 2 or would I have to delay the entire
line? Any help would be great
HOME 
Reply With Quote