Jump to content
  • 0
Dolphin86

Need Help With My Script (x__x)

Question


//===========================================================================

//=================== Yaya ==================================================

//===========================================================================

moc_fild12,266,118,4 script Fosil Women 702,{

        [email protected]$ = "[^00FF00Yaya^000000]";

                         

                if (yayaquest1 == 1){

                        mes [email protected]$;

                        mes "Well arent this is";

                        mes "an amazing fosil.";

                        close;

                }

                                                         

      if( yayaquest1 < 1 ){

       mes [email protected]$;

       mes "Hmm this fossil should";

       mes "be emmm........";

       next;

       switch(select("Are you Yaya?:Leave her")) {

                                case 1:

                                        mes [email protected]$;

                                        mes "Indeed i am,";

                                        mes "who are you?";

                                        next;

                                        switch(select("tell your name:Just asking")){

                                                case 1:

                                                        mes [email protected]$;

                                                        mes "Ahh so you came";

                                                        mes "on behalf of Prof. Edum";

                                                        next;

                                                        if(countitem(28906) == 1) {

                                                                        mes [email protected]$;

                                                                        mes "Now what can an old";

                                                                        mes "lady as me help you?";

                                                                        next;

                                                                        mes "You tell her about";

                                                                        mes "Kaho Scroll";

                                                                        next;

                                                                        mes [email protected]$;

                                                                        mes "Well i would tell you";

                                                                        mes "about those part";

                                                                        mes "But you have to help me";

                                                                        next;

                                                                        mes [email protected]$;

                                                                        mes "can you go to geffen town";

                                                                        mes "and find Elbum";

                                                                        next;

                                                                        mes [email protected]$;

                                                                        mes "And tell him";

                                                                        mes "to come here";

                                                                        next;

                                                                        delitem 28906,1;

                                                                        mes [email protected]$;

                                                                        mes "I will take that badge";

                                                                        mes "bring this pickaxe";

                                                                        mes "he will know";

                                                                        yayaquest = 1;

                                                                        close;

                  }

              mes [email protected]$;

                                                        mes "I guess he still trying";

                                                        mes "to solve that kaho horn";

              close;

              }

            break;

                                                case 2:

                                                mes [email protected]$;

                                                mes "Weird kid";

                                                close;

      }

            

                                                       

             

              }

              end;

              case 2:

              mes "You walk away";

              close;       

              }

Edited by dolphincute
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

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 by Nova
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.