• 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.

Control point income system

Status
Not open for further replies.
Level 3
Joined
May 20, 2008
Messages
34
I really want to know how to make like when i kill a control point it gives it to me and after about 1 min in game all will be given 10 gold for each of their control points how do i make this???:confused:
 
Level 3
Joined
May 20, 2008
Messages
34
but that isnt what i need i need a trigger that make likes if i find a control point and its hostile or belongs to a enemy i kill it and then it belongs to me. if it is possible to make a income system for this should i be very glad.
 
Level 9
Joined
Apr 3, 2008
Messages
700
  • Untitled Trigger 001
    • Events
      • Unit - A unit Dies
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to
    • Actions
      • Set p = (Position of (Triggering unit))
      • Unit - Remove (Triggering unit) from the game
      • Unit - Create 1 (Unit-type of (Triggering unit)) for (Owner of (Killing unit)) at p facing Default building facing (270.0) degrees
      • Point - Remove p
      • Custom script: set udg_p=null
About income system read other threads. This for example. Use "search".
 
Last edited:
Status
Not open for further replies.
Top