View Single Post
  #3  
Old 01-30-2002, 03:07 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
Quote:
Been working on val for a long time (me virtue) and been having a little bit of trouble with the new version.

setstring hp,100;

that won't work it'll just end up being in the players flags as

hp

This used to work and no strings are working not even server at times... any one got any answers?
if your working with strings you will have to do something like this...
NPC Code:

setstring hp,100;
playerhearts=strtofloat(#s(hp));



if that is what your asking there you go! if not just tell me!
__________________
Reply With Quote