Dolphin86 Posted September 24, 2015 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Share Posted September 24, 2015 (edited) //=========================================================================== //=================== Yaya ================================================== //=========================================================================== moc_fild12,266,118,4 script Fosil Women 702,{ .@n$ = "[^00FF00Yaya^000000]"; if (yayaquest1 == 1){ mes .@n$; mes "Well arent this is"; mes "an amazing fosil."; close; } if( yayaquest1 < 1 ){ mes .@n$; mes "Hmm this fossil should"; mes "be emmm........"; next; switch(select("Are you Yaya?:Leave her")) { case 1: mes .@n$; mes "Indeed i am,"; mes "who are you?"; next; switch(select("tell your name:Just asking")){ case 1: mes .@n$; mes "Ahh so you came"; mes "on behalf of Prof. Edum"; next; if(countitem(28906) == 1) { mes .@n$; mes "Now what can an old"; mes "lady as me help you?"; next; mes "You tell her about"; mes "Kaho Scroll"; next; mes .@n$; mes "Well i would tell you"; mes "about those part"; mes "But you have to help me"; next; mes .@n$; mes "can you go to geffen town"; mes "and find Elbum"; next; mes .@n$; mes "And tell him"; mes "to come here"; next; delitem 28906,1; mes .@n$; mes "I will take that badge"; mes "bring this pickaxe"; mes "he will know"; yayaquest = 1; close; } mes .@n$; mes "I guess he still trying"; mes "to solve that kaho horn"; close; } break; case 2: mes .@n$; mes "Weird kid"; close; } } end; case 2: mes "You walk away"; close; } Edited September 24, 2015 by dolphincute Quote Link to comment Share on other sites More sharing options...
Nova Posted September 24, 2015 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 265 Reputation: 96 Joined: 09/30/14 Last Seen: May 15, 2024 Share Posted September 24, 2015 (edited) You can't copy the line, you have to put the tabs in manually as I said. moc_fild12,266,118,4 script Fosil Women 702,{ This one might work. Edited September 24, 2015 by Nova Quote Link to comment Share on other sites More sharing options...
PandaLovesHamster Posted September 24, 2015 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 452 Reputation: 34 Joined: 12/18/14 Last Seen: May 30, 2016 Share Posted September 24, 2015 moc_fild12,266,118,4 script Fosil Women 702,{ Quote Link to comment Share on other sites More sharing options...
Dolphin86 Posted September 24, 2015 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Author Share Posted September 24, 2015 moc_fild12,266,118,4 script Fosil Women 702,{ dint work Quote Link to comment Share on other sites More sharing options...
Question
Dolphin86
//===========================================================================
//=================== Yaya ==================================================
//===========================================================================
moc_fild12,266,118,4 script Fosil Women 702,{
.@n$ = "[^00FF00Yaya^000000]";
if (yayaquest1 == 1){
mes .@n$;
mes "Well arent this is";
mes "an amazing fosil.";
close;
}
if( yayaquest1 < 1 ){
mes .@n$;
mes "Hmm this fossil should";
mes "be emmm........";
next;
switch(select("Are you Yaya?:Leave her")) {
case 1:
mes .@n$;
mes "Indeed i am,";
mes "who are you?";
next;
switch(select("tell your name:Just asking")){
case 1:
mes .@n$;
mes "Ahh so you came";
mes "on behalf of Prof. Edum";
next;
if(countitem(28906) == 1) {
mes .@n$;
mes "Now what can an old";
mes "lady as me help you?";
next;
mes "You tell her about";
mes "Kaho Scroll";
next;
mes .@n$;
mes "Well i would tell you";
mes "about those part";
mes "But you have to help me";
next;
mes .@n$;
mes "can you go to geffen town";
mes "and find Elbum";
next;
mes .@n$;
mes "And tell him";
mes "to come here";
next;
delitem 28906,1;
mes .@n$;
mes "I will take that badge";
mes "bring this pickaxe";
mes "he will know";
yayaquest = 1;
close;
}
mes .@n$;
mes "I guess he still trying";
mes "to solve that kaho horn";
close;
}
break;
case 2:
mes .@n$;
mes "Weird kid";
close;
}
}
end;
case 2:
mes "You walk away";
close;
}
Edited by dolphincuteLink to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.