|
igorshadow Newbie
Joined: 02 Jun 2006 Posts: 9 Location: Kansas
|
Posted: Sun Aug 27, 2006 6:40 pm
var kicking my butt |
How can I store the following numbers as vars?
HP: 455 (506) SP: 358 (358) DL: 227 (300) BS: 30 (30) Ch: 30 (30) CP: 9 (9) TP: 25 (25)
Thanks,
Lou |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun Aug 27, 2006 9:40 pm |
(%d) ~((%d)~) or [/b]&%dvarname ~(&%dvarname~)[/b]
fill in the blanks, and rinse and repeat for each item. The latter will autocreate the variables, the former requires you set the variables yourself via the appropriate varname=whatever or #VARIABLE varname value commands. |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
|
|