warp_rogue/data/characters/scripts/mephisto.wca
2018-08-13 14:21:17 -04:00

42 lines
290 B
Text
Executable file

~
Character Script: Mephisto
~
~
Death Script
~
if $KILLED = 'Yes'
quest_set_status 'Defeat Mephisto' 'Completed'
scenario_end 'Victory!'
end_if
~ Death Script End ~
~
Dialogue Script
~
if $TRIGGERED = 'Yes'
~ do nothing ~
end_if
~ Dialogue Script End ~