View Single Post
  #16  
Old 05-21-2002, 01:02 AM
Gohan43331 Gohan43331 is offline
Registered User
Join Date: Jan 2002
Posts: 87
Gohan43331 is on a distinguished road
Send a message via AIM to Gohan43331
Quote:
Originally posted by screen_name
try this

NPC Code:

if (actionTest) {
setstring serverr.random,#v(int(random(10,101))/10);
}
//#CLIENTSIDE
if (playertouchsme) {
triggeraction x,y,Test;
}

Wouldn't the triggeraction be actionserver? (Saw that on another thread. from clientside to serverside) Or is that just a "oganization" tool?
__________________