Author Topic: Eventing a Sentry Turret  (Read 508 times)

Alright, I have no idea why but for some reason when I try to event the sentry nothing happens with it, so can someone give/make their own version of what they would do to event it?

The sentry must shoot only at a team called Red and it is team 1. Please help.

use "spawn-homing-projectile", and "on-team1-player-touch"
when team1 steps on certain bricks around the sentry, it spawns a projectile (bullet) in theier direction

use "spawn-homing-projectile", and "on-team1-player-touch"
when team1 steps on certain bricks around the sentry, it spawns a projectile (bullet) in theier direction

First...I don't want a homing projectile, second, the on touch won't exactly work very well.

If the turret is treated as a bot use OnBotSpawn>Bot>AttackTeam>>
If not, then you're SOL.