View Single Post
  #8  
Old 03-21-2004, 05:23 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Err.
That piece of script should not work

Can you, for testing, do something like:
NPC Code:
//#CLIENTSIDE
if (playerenters) {
play foo.wav;
message Playing...;
}


Does such work?
Reply With Quote