View Single Post
  #2  
Old 10-26-2010, 02:48 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
This is the bare-bones of what it would start out like, also this isn't a place to request scripts but to learn how to do it yourself.

PHP Code:
function onCreated() {
  
this.life 100;
  
this.chat this.life;
}

// Due to forums filter s hit will show up as **** so you have to type it in yourself.
function onWa****() {
  
this.life--;
  
this.chat this.life;

__________________
Quote:
Reply With Quote