Thread: Small question
View Single Post
  #5  
Old 09-22-2001, 08:07 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin

now i am at my next problem
the point was to send the data to another npc
which i did
now im doing a check in the other
so i want to do like
if (timeout) {
a = #s(server.1);
b = #s(server.2);
c = #s(server.3);
timeout = 1;
}

if (timeout) {
if (a==b) {
myaction;
}

like that
but when i try to do
a = #s(server.1);

i get the error

Error: Expected format var, var[i], obj[i].attr, function(a), function(a,b)

Reply With Quote