View Single Post
  #2  
Old 07-20-2003, 01:33 AM
protagonist protagonist is offline
Banned
protagonist's Avatar
Join Date: May 2003
Location: CAW
Posts: 5,586
protagonist is on a distinguished road
Send a message via AIM to protagonist Send a message via MSN to protagonist
The line
tokenize #s(client.ammo(#s(this.free)));

doesn't seem to make sense. What you are doing is getting a single token from that, not a token*value. Also, I don't know why you have #s(this.free) nested in the #s for client.ammo(perhaps it's something I've never heard of, I don't know.).
Reply With Quote