geass,100,102,3 script Argonians 100,{
set .@nps$,
"[^000FF0 Argonian Council ^000000]";
//Required item id
//Required item count
// Argonian Story Quest
mes "Introduction we are argonians..";
mes "We are good at fighting.";
mes "We've spent our entire life to fought our rivals";
mes "and as of Today.. the Leader of Argonian army.";
mes "has announced that people who are interested to be part of our goal, is welcome";
menu "Learn more",L_Learn,
"Not interested",L_Notin;
L_Learn:
mes "The story starts here..";
mes "Continuation of the story";
goto L_Menu; // <!-- after the next; statement it will jump to the question if they want to join in. -->
L_Notin:
mes "Don't waste my time kid.";
// Menu here..
L_Menu:
menu "I want to join",L_Join,
"No, i'm scared",L_Cancel,
"Give requirements",L_Give;
L_Join:
mes "So, if you want to join Argonians.";
mes "I'll tell you how..";
mes "But there will be a test for you to prove that you are worth to join..";
mes "Here are the list that you need to gather.. and bring it to me..";
mes "in exchange i will give you the approval ticket";
mes "so you can register as an argonian member";
mes "[ Quest Requirements ]";
// dont change this line...
mes "Once you've completed the required items..";
mes "Go back here.. and i will exchange it for the approval ticket.";
mes "Im counting on you..";
L_Give:
mes "Do you have them now?";
menu "Yes i did",L_Done,
"Not yet.",L_NotYet;
L_Done:
mes "Wow ! you are amazing";
mes "Master Argo will surely";
mes "Accept you as one of our comrade.";
mes "Here is your reward";
mes "You can pass this form to Faction Manager to register as one of Argonians.";
getitem 7227,
1;
// <!-- this is reward ticket placed as 7227 for testing purpose -->
}else{
mes "Don't waste my time..";
mes "You should complete them first before talking to me again..";
}
L_NotYet:
mes "In case you've forgot the things you need.";
mes "[ Quest Requirements ]";
// dont change this line...
L_Cancel:
mes "Ok, We're not pushing anyone to join us.";
mes "But, someday you will see. we will rule this world !.";
mes "Hahahahahahahaha !!..";
}