Thread: tokens
View Single Post
  #6  
Old 10-02-2001, 07:17 PM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
Re: why wont this work ?

Quote:
Originally posted by nyghtGT
why wont this work ???:
setlevel2 #s(newlevel),#s(newx),#s(newy);

Error: Expected format var, var[i], obj[i].attr, function(a), function(a,b)
it should be:
setlevel2 #s(newlevel),strtofloat(#s(newx)),strtofloat(#s(ne wy));
Reply With Quote