PDA

View Full Version : Team and Link Beacons! Where's the code for them?



legacy-NickR
07-04-2003, 04:04 PM
I can't find the code for these bloody beacons. I'm working on a 4 team deathmatch gamemode and the beacons don't work for my green and yellow team. Any clues as to where the code lies?

Mysterial
07-04-2003, 04:16 PM
Beacon code is native.

legacy-NickR
07-04-2003, 04:29 PM
I guess I'll have to use an interation then and duplicate the effect. Strange though! Epic/DE should have used the base Interation class instead of doing it native.

legacy-ZappyAd
07-06-2003, 07:03 AM
I had to do a similar thing - I assumed that it was more efficient for them to do it natively. Things like figuring out if u can see the player (and hence display the beacon) are probably better done at a lower level