Jump to content

Question

Posted

Hello rA :)

can someone edit my script to go back to menu after the mall information, because it's error.

here's the script btw :)


market,92,119,5 script Mall Employee 117,{
set .@n$,"[ ^336699Mall Employee^000000 ]";
mes .@n$;
mes "Welcome to the";
mes "Mall of Ragnarok~";
mes "My Services are";
mes "always here to support";
mes "you. So how can I be";
mes "of service today?";
next;
menu "Use Storage",storage,"Mall Information",mallinfo,"Warp Me To Main Town",maintown,"Cancel",cancel;

mallinfo:
mes .@n$;
mes "This is the mall created for your needs.";
mes "The Upper Left corner is for Armors & Headgears.","The Upper Right corner is for Utilities","The Bottom part is 

for weapons";
next;
mes .@n$;
mes "So what service can I offer you ?";
goto menu;


  storage:
mes .@n$;
mes "I will now open your storage for you!";
close2;
openstorage;
end;

  maintown:
mes .@n$;
mes "Warping you now to the Main Town";
close2;
warp "malaya",232,222;
end;

  cancel:
mes .@n$;
mes "Okay Good Luck Shopping !";
close;
}

Thanks in Advance !

SlashGeeGee

2 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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...