Hello
i want to have actor play a random skill, can someone show me the way to do it?
I think it may be like this
<target action>
var[1] = random(1 to 10)
if var[1] = 1 .....
else if var[1] = 2 ....
else .......
end
</target action>
But i know it's incorrect, can you help me to correct it
I think it may be like this
<target action>
var[1] = random(1 to 10)
if var[1] = 1 .....
else if var[1] = 2 ....
else .......
end
</target action>
But i know it's incorrect, can you help me to correct it


