;;;;;;;;;;;;;;;;;;
[@ShadowGhoul]
#IF
random 10
check [450] 1
#ACT
mapmove 5 264 82
set [450] 0
set [451] 1

;;;; ^^^ Introduction quest.  Player is teleported to a room to kill a ;;;;
;;;; ^^^ ShadowGhoul, they have a 1/10 chance of getting the message   ;;;;
;;;; ^^^ pop-up needed to complete this section.		       ;;;;



[@ShadowFTKing]
#IF
check [454] 0
#SAY
You have killed the ShadowFTKing! You\
should tell Frankie of your victory!\\\
#ACT
set [453] 1
#ELSEACT
break

;;;; ^^^ Stage1 quest mob.  Once it's been killed you get the pop-up   ;;;;
;;;; ^^^ needed to complete this section.  Flag [454] is checked first ;;;;
;;;; ^^^ so people don't end up with flag [453] set every time they    ;;;;
;;;; ^^^ come across one of these mobs.  MonDie just ignores the kill  ;;;;
;;;; ^^^ if [454] is on.					       ;;;;
;;;; ^^^ pop-up needed to complete this section.		       ;;;;


;;;;;;;;;;;;;;;;;;