Author Topic: Relays on Words  (Read 635 times)

It's been a while since I've done relays on words so I've forgotten everything about em. So to the point, how do you do relays on words?



I think I know what this guy means.
Use VCE Client.

Make it:
Code: [Select]
OnActivate>Self>FireRelay
OnRelay>self>FireRelay
OnRelay>Self>IfValue[sfbaskgfh]!=[twfsdgfvxc]
OnVariableTrue>Client>Centerprint[Blah]

Ohh, I think I know what he means, like a relay gets enabled when you say a word in the chat.

Oh. In that case , use the OnPlayerTalk (Add-on) event.
Then make it:
Code: [Select]
OnPlayerTalk>Self>FireRelay

VCE

Onactivate>self>firerelay
Onrelay>self>firerelay
Onrelay>Iflastplayermessage>[words that activate the events]
Onvariabletrue>events

lol thanks guys. Sorry for the poorly written out question I was in a hurry.