View Single Post
  #2  
Old 11-07-2009, 12:44 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by oo_jazz_oo View Post
noplayeronwall().
That's the function you can use it like so:

(script of some DB NPC or so)
PHP Code:
function onCreated() {
  
setCharAni("idle", NULL); // show the character or whatever
  
  
noplayeronwall();
} 
then to move, just use the standard onwall/onwall2 and it should work.
__________________
Reply With Quote