Help with Racing map and Regions

Dodighead147

New Member
Reaction score
0
Hi, I'm new to this. How do I make it so every like 3 seconds an item appears in a region. If possible I also would want it so only one item can be on the region at once. Thanks!
 

Polak

I am cool.
Reaction score
83
event
time-every 3.00 seconds of game time.
action
item-create (item name) at center of region 001 <gen>
 

Squishy

You can change this now in User CP.
Reaction score
127
Code:
Trigger
    Events
        Time - Every 3.00 seconds of game time
    Conditions
        ((Random item in Region 000 <gen>) is in Region 000 <gen>) Equal to False
    Actions
        Item - [Your Item] at (Center of [Your Region] <gen>)
That will make it so if there is already an item, it wont spawn a new one.
 

Polak

I am cool.
Reaction score
83
heres help with the second problem, using tome of xp as example, so it will look like this:

Code:
Item
    Events
        Time - Every 3.00 seconds of game time
    Conditions
        (Tome of Experience 0000 <gen> is in Region 000 <gen>) Equal to False
    Actions
        Item - Create Tome of Experience at (Center of Region 000 <gen>)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top