Hallo. Ich suche einen Script-Befehl, der einen anderen Script startet; eingebunden in einen if-Befehl. Beispiel: Code: Begin GameMode Set x to GetButtonPressed If x==0 StartScript Scriptname && Set y to 1 elseif x==1 Set y to 0 endif End
Begin GameMode Set x to GetButtonPressed If x==0 StartScript Scriptname && Set y to 1 elseif x==1 Set y to 0 endif End
Foren-Regeln