Difference between revisions of "Talk:Script Processing"
Jump to navigation
Jump to search
m
no edit summary
imported>HawkFest m (minor code modification) |
imported>HawkFest m |
||
Line 13: | Line 13: | ||
<pre>scn fjPCMStoneChestLarge1Script | <pre>scn fjPCMStoneChestLarge1Script | ||
Short CheckContainer | Short CheckContainer | ||
Short DoIt | |||
Begin OnLoad | Begin OnLoad | ||
If fjPCMGlobalStoneChestLarge1 | If fjPCMGlobalStoneChestLarge1 | ||
Line 30: | Line 31: | ||
Set fjPCMGlobalStoneChestLarge1 to 1 | Set fjPCMGlobalStoneChestLarge1 to 1 | ||
; (... several sets and checks code ...) | ; (... several sets and checks code ...) | ||
Messagebox "You've aquired so much experience levels, that a new armament up to your persona is at hand. If you use the correct set of magic stopnes in the correct order inside the Stand of Marvels in your Magic Room, a new Lord's Armor Set of Marvels will respawn. Watch out for Bubo and Siomo!" | If DoIt | ||
Messagebox "You've aquired so much experience levels, that a new armament up to your persona is at hand. If you use the correct set of magic stopnes in the correct order inside the Stand of Marvels in your Magic Room, a new Lord's Armor Set of Marvels will respawn. Watch out for Bubo and Siomo!" | |||
Endif | |||
End | End | ||