|
- Open up Advance Map, navigate to the player's house (upper floor - spawn point).
- Go to the "header" tab, add a type 03 level script which should look like this when compiled:
#dynamic 0x800000
#org @start
setflag 0x82F
end
'------------------
setflag 0x82F enables running shoes, and with a level script, they are going to be activated when the player spawns. (Note, this makes running shoes available outside only if you're using a regular game without mods that allow shoes to be used in buldings).
|