• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

spawning monsters

Status
Not open for further replies.
Level 2
Joined
Mar 22, 2008
Messages
5
alright guys i need help. I placed in one of my regions a house and i want to make that a ghould would spawn near it every 10 seconds.If there is a way to do so please tell me
 
Level 11
Joined
Dec 11, 2007
Messages
888
create a region near the house to look like the ghoul comes from the house.
then make a simple trigger:
  • Events:
    • Periodic Event - Every 10 seconds of the game
  • Conditions:
    • what cond you want
  • Actions:
    • Variable - Set TempPoint = Center of region you've created
    • Unit - Create 1 Ghoul for player x at TempPoint facing default building facing
    • Custom Script: call RemoveLocation(udg_TempPoint)
 
Status
Not open for further replies.
Top