Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-07-2011, 11:23 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
disable onPlayerTouchsMe()

When I want a script to do something I simply use:
PHP Code:
function onPlayerTouchsMe() {
//dostuff

but how can I make it that if the player doesnt touch the npc anymore, it will stop? Like:
PHP Code:
function onPlayerTouchsMe() {
setcharani("walk",null);
}
//Now the command/script I would need here. Invented one for example
function onPlayerStopsTouchingMe() {
setcharani("idle",null);

I just know the
PHP Code:
function onPlayerTouchsOther() {
//dostuff

but than it will make it only, if I touch other NPC´s.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:42 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.