View Single Post
  #2  
Old 03-25-2007, 09:57 AM
killerogue killerogue is offline
Registered Omega
killerogue's Avatar
Join Date: Apr 2006
Location: United States
Posts: 1,920
killerogue is on a distinguished road
Send a message via AIM to killerogue Send a message via MSN to killerogue
Yes. Hold on a minute.

Could work, couldn't work. Might want to put this in a class and let me know.

PHP Code:

//#CLIENTSIDE
function onPlayerleaves()
{
  
this.firsthearts clientr.swordfullhearts;
  
this.firstspower clientr.swordpower;  
  
  
player.swordpower 2;
  
player.fullhearts 10;
}

function 
onPlayerenters()
{
  
player.swordpower this.firstspower;
  
player.fullhearts this.firsthearts;

__________________


REMEMBER, IF YOU REP ME, LEAVE A NAME!

Quote:
Originally Posted by haunter View Post
Graal admins don't die. They go to hell and regroup.
Quote:
Originally Posted by Inverness View Post
Without scripters, your graphics and levels wouldn't do anything but sit there and look pretty.
Reply With Quote