Quote:
Originally Posted by cbk1994
Why not just do this?
PHP Code:
//#CLIENTSIDE function ChatBar.onTextChanged(temp.text) { if (this.on) { player.chat = temp.text; } }
function onWeaponFired(){ this.on = ! this.on; player.chat = "Typewriter " @ (this.on ? "on" : "off") @ "!"; }
|
EDIT: In other words, there's more than one way to bake a cake.