posted 09-28- 07:15 PM CT (US) can someone please give me a spell and item code list (EG. add_item("item-sw1",438, 7); &cur_weapon = 1; for the first sword you can get in the origonal adventure)
thanx
FF4LIFE
posted 09-30- 04:36 PM CT (US)
Just go to STORY in the dink folder, they are all there.
Gerben
posted 10-04- 04:08 AM CT (US)
That is right. Also remember that all codes can be found in .c format (Which can be edited) In the source.zip file in your develop directory. Now look at these scripts and you should be able to figure out how it works.
someone2
posted 10-11- 01:17 AM CT (US)
&cur_weapon = 6; and arm_weapon(); will set the current weapon to the 6th weapon picked up. There is no 'code' for each item, but rather a 'code' for each slot.