posted 06-09- 12:59 PM CT (US) How do you add new magic and items to Dink's inventory...on start-up??
FF4LIFE
posted 06-10- 07:10 PM CT (US)
Well, if you already know how to make items and magic, this will be an easy response. In the start-1.c file in void click it has this: //lets give him fists to start out with add_item("item-fst",438, 1); Just put the ones you want here, and Dink will start with them.