View Single Post
  #1  
Old 01-21-2006, 04:14 AM
Moondeath_2 Moondeath_2 is offline
"..."
Moondeath_2's Avatar
Join Date: Jan 2006
Location: Far Far Away.
Posts: 238
Moondeath_2 is an unknown quantity at this point
Send a message via AIM to Moondeath_2 Send a message via MSN to Moondeath_2 Send a message via Yahoo to Moondeath_2
Strange server side error..

For some reason this script triggers off a error but i don't know why it does maybe i'm ignorant but here it is and yes it is triggered to serverside but it says this stupid error though.

NPC Code:
    
case "summon-u":
p = findplayer(params[1]);
p.setlevel2(player.level,player.x,player.y);
break;

case "add-i":
tokens = player.chat.tokenize();
p = findplayer(tokens[1]);
p.addweapon(tokens[2]);
break;



GraalScript: Function setlevel2 not found at line 22 in script of MD/Tool (in level event_swimrace3.nw at pos (0, 0))
All local db npcs from level event_swimrace3.nw have been removed
GraalScript: Function addweapon not found at line 40 in script of MD/Tool (in level event_swimrace3.nw at pos (0, 0))
__________________
Aim: DarkFireXZ3
Email: [email protected] or [email protected]
Common Location: Unholy Nation
Gscript, Playerworld Rules, Support Center
Reply With Quote