View Single Post
  #5  
Old 12-27-2001, 01:01 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
Maybe I shoudl further explain it, Strings cannot be used as variables without strtofloat();

Tokenize produces strings, not variables, so anytime you want one to be treated as a variable, you will need to use strtofloat(#t(1)). Same thing goes with any string. TDK's control NPC has this problem.
Reply With Quote