Quote:
Originally Posted by oo_jazz_oo
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.