Game Development Reference
In-Depth Information
Figure 13-5. A screenshot of Devil Castle's basement
So, you're probably thinking that the chest contains the orb. You'd be wrong. The orb is in the hands of the
skeleton in the second prison cell. The chest contains a piece of the armor that I created for this dungeon. Before I
unveil it, let me show the code for the event related to the skeleton.
@>Text: -, -, Normal, Bottom
: : The skeleton lets off a faint glow. Will you touch
: : it?
@>Show Choices: Yes, No
: When [Yes]
@>Text: -, -, Normal, Bottom
: : Light envelops your body!
@>Change Items: [Orb of Light], + 1
@>Play ME: 'Fanfare1', 100, 100
@>Text: -, -, Normal, Bottom
: : You have found the \C[2]Orb of Light\C[0]!
@>Change Items: [Orb of Light], + 1
@>Text: 'Actor5', 6, Normal, Bottom
: : Such power! Keep it safe, Eric.
@>Control Self Switch: A =ON
@>
: When [No]
@>
: Branch End
@>
Search WWH ::




Custom Search