Effect then Spawn

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
What triggers the effect? A spell? ATM this is the best I can come up with:
Trigger:
  • Base
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
    • Actions
      • Custom script: local location Point = GetUnitLoc(GetTriggerUnit())
      • Set TempPoint = (Position of (Triggering unit))
      • Special Effect - Create a special effect at TempPoint using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
      • Special Effect - Destroy (Last created special effect)
      • Custom script: call RemoveLocation(udg_TempPoint)
      • Wait 2.00 seconds
      • Custom script: set udg_TempPoint = Point
      • Unit - Create 1 Footman for Player 1 (Red) at TempPoint facing Default building facing degrees
      • Custom script: call RemoveLocation(udg_TempPoint)
      • Custom script: call RemoveLocation(Point)
 

smileyguyx

Member
Reaction score
1
Sorry i wasn't specific enough
it starts after a set time, so something like after 30 seconds game time
then i want an effect to be displayed
after 2 seconds a unit will be spawned there
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
Then you need a specified point, and change the event to
Trigger:
  • Spawn
    • Events
      • Time - Elapsed game time is 30.00 seconds
 

vypur85

Hibernate
Reaction score
803
The trigger above already give you a rough picture of what should be done. Just create or edit another version of your own to suit your needs. Then test it out.
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
If the points are random, then
Trigger:
  • Set TempPoint = Random point in (Playable map area)
 

XeRo13g

New Member
Reaction score
3
What KerfNomekop said and null the local point at the end.
Trigger:
  • Custom script: set Point=null
 
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