How do you use min and max?
I want to use it here if i can:
Pick every unit in <playable area> matching unit is not equal to P1E(min 1, max 5) and do remove picked unit from the game.
P1E is an array variable
I am pretty sure that min 1 and max 5 will do every number in between them. If this is not how min and max is used then well please give me an example of it.
Thanks! |