random
Posted: Fri Nov 16, 2012 5:45 pm
hey.
i want a random actor light up (change animation) , so out of 64 acotrs they need to be chosen a random one after a timer ends. no idea how could work..
tried :
but the problem is he reads it like a string...
i want a random actor light up (change animation) , so out of 64 acotrs they need to be chosen a random one after a timer ends. no idea how could work..
tried :
- Code: Select all
ChangeAnimation("button.rand(63)", "button_on", FORWARD);
but the problem is he reads it like a string...