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)
