View Single Post
  #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..