Thread: NPC Help
View Single Post
  #6  
Old 05-14-2011, 10:30 PM
mrnothersan mrnothersan is offline
Owner of MrNothersan
Join Date: Mar 2011
Location: On the Computer
Posts: 97
mrnothersan is an unknown quantity at this point
Send a message via AIM to mrnothersan Send a message via MSN to mrnothersan
Quote:
Originally Posted by cbk1994 View Post
In the Control-NPC,

PHP Code:
function onCreated() {
  
this.setPM("");
}

function 
onInitialized() {
  
this.trigger("created");

For the chat thing, that will need to be in a weapon, not the Control-NPC.

Error...
Script: Function setPM not found at line 2 in script of Control-NPC
__________________

Regards
MrNothersan - Playerworld owner


Staff Hirings Thread for MrNothersan: http://forums.graalonline.com/forums....php?p=1639180

Reply With Quote