View Single Post
  #14  
Old 03-26-2006, 06:21 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally Posted by KuJi
Hmm, can someone post a small portion of a script using makevar with some sort of output? I could probally get it then, else, I've heard about 15 diff things lol.
Simplest Example:
PHP Code:
function onWeaponFired() {
  
this.orangeboogaloo "hahahhaha";
  
player.chat makevar("this.orangeboogaloo");

Reply With Quote