more then 99 items

Started by k9inpoop, March 29, 2008, 06:41:36 pm

Previous topic - Next topic

k9inpoop

March 29, 2008, 06:41:36 pm Last Edit: March 30, 2008, 11:58:30 am by Blizzard
This is for people who want more then 99 items and want be able to hold more gold then just 9,999,999

First you go to "Game_Party"

If you would like more items find this line =  "@items[ i ]"
Then change the number to whatever you want like 9999, or 99999 for example

For the money  find this line ="@gold = [[@gold + n, 0].max, 9999999].min"
then change the 9999999 to whatever you like

and the last thing is the steps (if you would like it)
find this line = "@steps = [@steps + 1, 9999999].min"
then change the 9999999 to whatever you like to be able to walk more steps and not stop at 9,999,999 steps