42 lines
290 B
Text
Executable file
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 ~
|
|
|