View Single Post
  #1  
Old 07-14-2007, 09:34 PM
PrinceOfKenshin PrinceOfKenshin is offline
That guy with a beard
PrinceOfKenshin's Avatar
Join Date: May 2004
Location: Ontario, Canada
Posts: 819
PrinceOfKenshin has a spectacular aura aboutPrinceOfKenshin has a spectacular aura about
Script doesn't work now

This is part of a script from the NPC server on Atrius and it stop working after the new version of graal came out
PHP Code:
function onPM(frommessage) {
  
from player.account;
  
temp.pl findplayer(from);
  if (
message.starts("/setpin")) {
    
temp.pin message.substring(8);
    if (
abs(int(temp.pin)) == temp.pin) {
      if (
temp.pin != NULL) {
        
temp.pl.clientr.pin abs(int(temp.pin));
        
temp.pl.sendpm("Success! Your ATM PIN number has been reset to:" SPC temp.pin);
      } else 
temp.pl.sendpm("Your PIN cannot be 0!");
    } else 
temp.pl.sendpm("Your PIN is not a whole real number!");
  }


__________________


Quote:
Game Master (Server): Greetings PrinceOfKenshin, there are new posts on the forums that demand your urgent attention! God speed, the fate of the world is in your hands. If you fail, middle earth will forever be in the darkness and your children will be enslaved by McKain.
Reply With Quote