zscript:
Code: Select all
Missile:
POSS E 1 ACS_ExecuteAlways(44);Code: Select all
script 44 (void){
Print(s:"It worked!");
}Code: Select all
Missile:
POSS E 1 ACS_ExecuteAlways(44);Code: Select all
script 44 (void){
Print(s:"It worked!");
}