Graal Forums  

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

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-18-2002, 09:35 AM
kittygirl765 kittygirl765 is offline
tapatapatapa
kittygirl765's Avatar
Join Date: Dec 2001
Location: Caught in a tree
Posts: 70
kittygirl765 is on a distinguished road
Send a message via ICQ to kittygirl765
Triggeraction serverside --> client side problems

I'm having a problem =X. Why doesn't the script trigger "actionblah" when the player chats? Can't triggeraction trigger things from server side to client side?

NPC Code:

if(created||playerenters) {
x=8; y=9;
setshape 1,64,32;
}
if(playerchats) {
triggeraction x,y,blah,;
message touched;
}
//#CLIENTSIDE
if(playerenters) {
setshape 1,64,32;
}
if(actionblah) {
message blah;
}

__________________
I <3 UN
I <3 Shadow Strip Entertainment City Shangri-La
I <3 gscript2

Last edited by kittygirl765; 02-18-2002 at 01:22 PM..
 


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 09:51 AM.


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