3 positions/ random spawns

K

kmce

Guest
Is it possible to have 3 objects, and 3 positions. One object per position and each room is different. I know how to do 1 object to randomly spawn somewhere in the room, but not sure if what I want to do is possible?
 
Try ds_list_suffle and the list to have 3 elements and make a for loop to check the order element order, and who is first have an id, etc
 
K

kmce

Guest
MMM im not too familiar with that. Ill have to look it up, thanks
 
Top