Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Events ;! 3 total
- $Formula: ( when-argument
- ( any-of
- "Waypoint Path 1"
- "Waypoint Path 2"
- )
- ( or
- ( and
- ( are-waypoints-done-delay
- "GTDr Phidias 1"
- "<argument>"
- 0
- )
- ( = @Drone1Timer[0] 2 )
- )
- ( = @Drone1Timer[0] 1 )
- )
- ( add-goal
- "GTDr Phidias 1"
- ( ai-play-dead 89 )
- )
- ( fire-beam
- "GTDr Phidias 1"
- "turret01"
- "TSC 2 2"
- "Hull"
- ( true )
- )
- ( modify-variable @Drone1Timer[0] 3 )
- ( modify-variable
- @Drone1Delay[0]
- ( mission-time )
- )
- ( invalidate-argument "<argument>" )
- ( when
- ( = ( num-valid-arguments ) 0 )
- ( validate-all-arguments )
- )
- )
- +Name: FireBeam
- +Repeat Count: 1
- +Trigger Count: -1
- +Interval: 6
- $Formula: ( when
- ( and
- ( = @Drone1Timer[0] 3 )
- ( =
- ( mission-time )
- ( + @Drone1Delay[0] 5 )
- )
- )
- ( send-message
- "#Command"
- "High"
- "Working"
- )
- ( modify-variable
- @Drone1Timer[0]
- ( rand-multiple 0 0 )
- )
- )
- +Name: BeamFired
- +Repeat Count: 1
- +Trigger Count: -1
- +Interval: 1
- $Formula: ( when-argument
- ( random-multiple-of
- "Waypoint Path 1"
- "Waypoint Path 2"
- )
- ( = @Drone1Timer[0] 0 )
- ( clear-goals "GTDr Phidias 1" )
- ( add-goal
- "GTDr Phidias 1"
- ( ai-waypoints-once "<argument>" 89 )
- )
- ( modify-variable @Drone1Timer[0] 2 )
- ( invalidate-argument "<argument>" )
- ( when
- ( = ( num-valid-arguments ) 0 )
- ( validate-all-arguments )
- )
- )
- +Name: SetWaypoint
- +Repeat Count: 1
- +Trigger Count: -1
- +Interval: 1
Advertisement
Add Comment
Please, Sign In to add comment