- Joined
- Jul 20, 2008
- Messages
- 59
Hello everyone. I am making a map but I really need to know how do I make items appearing anywhere on the map. Can anyone help me?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Item
Events

Time - Every 0.01 seconds
Conditions
Actions

Item - Create a <ItemName> at (Position)
Items

Events


(..)

Conditions

Actions


Set temppoint = Random point in (Playable Map Area)


Item - Create a *item* at temppoint


Custom script: call RemoveLocation(udg_temppoint)
Set items[0] = item1
Set items[1] = item2
Set items[2] = item3
Set items[3] = item4
Set items[4] = item5
Set temppoint = Random point in (Playable Map Area)
Item - Create a item[Random integer number between x and y] at temppoint
Custom script: call RemoveLocation(udg_temppoint)
Item - Create items[(Random integer number between 1 and 5)] at Point_Which_You_Make
