From the wiki page on take_storage()
What would static_pulls.txt look like?
day (count, item)?
1 (1, itemone)
1 (1, itemtwo)
1 (5, itemthree)
1 (2, itemfour)
I'd just like to be able to run the example on that page, nothing fancy (yet).
Also, is there a command for printing a list like print_r in php?
int [int, item] static_pulls; //Items that are always included in a pull list.
file_to_map( "static_pulls.txt" , static_pulls );
What would static_pulls.txt look like?
day (count, item)?
1 (1, itemone)
1 (1, itemtwo)
1 (5, itemthree)
1 (2, itemfour)
I'd just like to be able to run the example on that page, nothing fancy (yet).
Also, is there a command for printing a list like print_r in php?
Last edited: