hello everyone, how I using "wait for a signal" with Script?
for example:
runtime.callfunction("function01");
wait for a signal;
runtime.callfunction("function02");
I'm new to scripting and I don't know how to use system functions with scripts either.
Can anyone help?
Thanks =)