Author Topic: VCE events - creating custom vars  (Read 714 times)

I'm trying to create a custom variable for the events that has the value of %client.whatever, is this the correct code? I dug it out of the var events server.cs.

Code: [Select]
registerSpecialVar(GameConnection,"whatever","%this.whatever");



Ah, nevermind. I'm a huge idiot who messes up basic syntax. Thanks :/