HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Item spawning Q

12-21-2003, 05:47 AM#1
Nirvana1994
Hello, how do I make a item in a region respawn once it is picked up?

(EXAMPLE : when a power-up is picked up, how can i make it respawn)
12-21-2003, 07:48 AM#2
AllPainful
Trigger:
Code:
Event
  Unit acuires an item
Conditions
  Item type of (Item being manipulated) is ***[color=red] Your respawn item here.[/color]
Actions
  Create item of type (item being manipulated) in [color=blue]Random Point/Center of[/color] region *** [color=red] Your region here[/color]