Sprite On Created: Sprite set var to random(10,30)
Note, if you want an integer number from 10 to 30, the correct expression is int(random(10,31))
understand but what if i have placed Sprie already on the map?
prabably i must Add it manually in events for each?