View Single Post
  #6  
Old November 3rd, 2003, 10:17 PM
Suicide Junkie's Avatar
Suicide Junkie Suicide Junkie is offline
Shrapnel Fanatic
 
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
Suicide Junkie is on a distinguished road
Default Re: Anyone working on a modding tool yet?

http://imagemodserver.mine.nu/miscel...-functions.zip

Most of it is meant for dealing with one-liner strings from the text files.
For example,
X$ = addvalue(X$,n)
This looks for the := and then adds n to the number it finds there. Non-numbers or words count as zero and are changed into just n.

"Get/Set first pos number" is for those "Ability # name := blah blah" type lines.
The "Get/Set nth value" functions is a generalization of the previous, and is great for working on the damage at range line.
Reply With Quote