EU Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Endless Universe Forum!
 
HomeLatest imagesSearchRegisterLog in

 

 Rat Murderer

Go down 
3 posters
AuthorMessage
blitz4694
Member



Posts : 4
Reputation : 0
Join date : 2012-07-09
Age : 29
Location : In a hole

Rat Murderer Empty
PostSubject: Rat Murderer   Rat Murderer EmptyMon Jul 09, 2012 1:10 pm

Code:
Main
{
    questname  "Rat Murderer"
    version    1.0
}
state Begin
{
    desc    "Talk to James"


    action  AddNpcText(3, "Umm.... hello (gulp)");
    action  AddNpcText(3, "My n-name is umm..  James");
    action  AddNpcText(3, "C-Could you (gulp) kill some rats for me?");

    action  AddNpcInput(3,1,"No need to be scared, i'll kill them");
    action  AddNpcInput(3,2,"Theres one at you feet");

    rule    InputNpc(1) goto KillSomeRats
    rule    InputNpc(2) goto Coward
}

state KillSomeRats
{

    desc    "Kill some rats"

    rule    KilledNpcs(2,15) goto TalkToCoward
}

state TalkToCoward
{

    desc    "Talk to James"

    action  AddNpcText(3, "Thank you for killing them.");
    action  AddNpcText(3, "Here is a reward.");

    rule    TalkedToNpc(3) goto Reward
}

state Reward
{   

    action  GiveExp(500);
    action  Reset();
}

state Coward
{
    action  AddNpcText(3, "EEK, GET IT AWAY");
    action  Reset();
}
Back to top Go down
Swagdin
Admin



Posts : 4
Reputation : 1
Join date : 2012-07-04
Age : 26
Location : Snellville Georgia

Rat Murderer Empty
PostSubject: Re: Rat Murderer   Rat Murderer EmptyMon Jul 09, 2012 1:15 pm

Looks very good. keep it up!
Back to top Go down
https://eu-forum.board-directory.net
chow101
Member



Posts : 6
Reputation : 0
Join date : 2012-07-09

Rat Murderer Empty
PostSubject: Re: Rat Murderer   Rat Murderer EmptyMon Jul 09, 2012 4:28 pm

Cool quest man!
Back to top Go down
Sponsored content





Rat Murderer Empty
PostSubject: Re: Rat Murderer   Rat Murderer Empty

Back to top Go down
 
Rat Murderer
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
EU Forums :: Art :: Quest-
Jump to: