;------------------------
; Quest 1,

TOKEN 2, "You sent a letter from Sonic's frind to King Rez."

;---------
SCENE 100 throne, SCENE, "Next Door"

        THEME  0
      
        ACTOR  1,"King Rez", joshRoyalty, 5, 25, 90

        POSE 1, 1, 7
        SEL 1
        MOVE 1, 15, 80
        
        IF ALIVE,@skip1
        ' Yo, you seem to butt kicked, man it's so coo. Let me revive ya, it's so cool.
        WAIT  4.0
        SOUND "thunder1.wav
        WAIT 1.0
@skip1 
        MOVE 1, 10, 75
        GIVE L1
        GIVE H5000
        GIVE M5000
        OFFER20, 10
        ' Sup man, your recharged, so whats happenin.
        IF -T1,@skipQuest
        IF T2,@skipQuest
        H: Nothing, hmm?
        1:What, I'm not cool?
        H: Are you the King Rez?
        1:Yes, so?
        H: I have a letter for you from Sonic's friend.
        1:Really, give it here,(opens letter).
        1:Yes, mm hm, ok, he just sent me a letter to tell me that I will get a new shoe that looks so coo.
        H: WHAT? ALL THAT HARD WORK FOR NOTHING, STUPID GUY!!!!!
        1:Yo, dude here is some money that I don't need.
        1:I have too much money anyways.
        GIVE T2
        GIVE G100000000000
        SOUND "kaching.wav"
        1:Man, dude use that money on some useful items, like mine and others, dude.
@skipQuest
        ' Dude, I rock.
        H: You're weird.
        ' Who cares.
        H: Me.
        ' Oh.
        H: Lets talk for awhile.
        ' Sure dude.
        ' Lets do a staring contest.
        H: Ok, I'll win.
        ' Darn!
        ' Here's the money.
        GIVE G100000000
        SOUND "Kachu Kachu.wav"
        ' Lets gamble again, Poker!
        H: I win.
        ' What?
        GIVE G1000000000
        SOUND "kaching.wav"
        ' No more gambling.
        H: OK, sucker.
        ' Hey, watch ya mouth, man!
         
        END        