View Single Post
  #11  
Old 12-28-2012, 05:51 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
Quote:
Originally Posted by sssssssssss View Post
Yup.
That was echo("trigger" SPC params[1]);
Putting .nick didn't work.
You have Jaqor but your variable is jaqor, and the lack of a nick would indicate to me that it's not finding the npc.

Variables are case-sensitive:

PHP Code:
function onCreated() {
  
temp.1;
  
temp.2;
  echo(
temp.== temp.A);
  echo(
temp.a SPC temp.A);
}

//The script of NPC JerretNPC has been updated by fowlplay4
//0
//1 2 
I would probably go back to using level instead of Control-NPC for now as well.
__________________
Quote:
Reply With Quote