;-------------------------
; Quest 0, 

TOKEN  1, "You have agreed to be a warrior."
TOKEN  2, "You sent a letter from Kami to King Rez."

;---------
SCENE 50 kami, SCENE, "KAMI'S LOOK OUT"
        MUSIC   Kami.mid
        THEME	0
;       
        ACTOR	1,"Kami", Guardian, 5, 25, 90
	
       POSE 1, 1, 2
       SEL 1
       MOVE 1, 15, 80

IF T1,@continue

         ' Greetings,I am Kami,Gaurdian of the earth.
         ' You my friend are going to be a warrior,but before you become a warrior,you have to agree to this term.
         ' Do you agree to this term?(type YES or NO)
        
        ASK 30
        IF -YES,@saidNo

         ' You have made a wise choice my friend.
         ' If you need shopping, you know the drill.

        GIVE T1
        GOTO @continue
@saidNo
         ' I see,no matter come back if you change your mind.
         ' But,don't you want to save the world?
         ' Come again.
         
         END
         
         MOVE 1, -30, 80
@continue
         IF ALIVE,@skip1
 
         ' You seem to be hurt,let me tell Dende to heal you.
         WAIT  3.0
         SOUND"thunder1.wav"
         WAIT  1.0
@skip1
         MOVE 1, 10, 75
         GIVE L1
         GIVE H32000
         GIVE M32000
         IF I99,@skipTicket
         GIVE I99  ;give him a ticket home
@skipTicket
         OFFER2 0, 10
         ' Welcome, %1.
         ' You are welcome to stay and sleep if you'd like.

         IF T2,@skipQuest
         IF -#0,@skipQuest ;only on main map(I hope)
         1: Say, %1,I wonder if you could do something for me.
         1: Give this letter to the guy in the Underground Warp.
         1: His lookout will be in a well.
         1: Thank you, %1.
@skipQuest
         ' Visit the Underground Warp for training, there are advanced monsters in there.
@skip2
END

; comment at the end