Wisp Wheel Trigger help?

Exide

I am amazingly focused right now!
Reaction score
448
What is a Wisp Wheel Trigger? And what does it do?
 
M

Mythic Fr0st

Guest
lol

Place 1 region on the map

3 units around the region
Variables format, Name, Type, Array
Wisps, unit, array 1
Loc, Point, Array 1
UnitsAnglesDegrees, Real, Array 1
A, Integer, no array

Code:
Event - Map initilization
Conditions
Actions
- set Loc[0] = center of region <region to orbit around>
 - set Wisps[1] = <Wisp 1>
  - set Wisps[2] = <Wisp 2>
   - set Wisps[3] = <Wisp 3>

(Select them off the map)

Code:
Event - Every 0.05 seconds
Conditions
Actions for each Integer A from 1 to 3 do MULTIPLE actions
   loop
   set a = Integer A
   [INFO 1] - set Loc[1] = position of Wisps[Integer A]
   [INFO 2] - set Loc[2] = Loc[1] offset by 300 towards UnitsAngleDegrees[A]
   move instantly Wisps[Integer A] to Loc[2]
   set UnitsAngleDegrees[A] = UnitsAngleDegrees[A] + 1 
   call RemoveLocation(udg_Loc[1])
   call RemoveLocation(udg_Loc[2])

See INFO 1

set Loc[1] = position of unit, then select your variable Wisps, then select as the array (the thing in the [ ] tags) for loop integer A

See Info 2
Point with polar offset, Point (Loc[1]) offset (300) angle (UnitsAngleDegrees, the variable you made)

tell me how it goes, there is alot of "effects" to add to them once you get it going
 
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