Jump to content
  • 0

requirment item before can warp


Question

Posted
// --------------------------------------------------
	Special:
// --------------------------------------------------
menu	"Askydun",S1;

S1: Go("Askydun",90,103);
}

make it like u can warp on that map if u have the requirement items. and if not show a message that u cannot warp here until u finish the Askydun Quest

4 answers to this question

Recommended Posts

Posted (edited)


// --------------------------------------------------

Special:

// --------------------------------------------------

menu "Askydun",S1;

S1:

if (countitem(501) > 0) { //change 501 to item of your liking

Go("Askydun",90,103);

}

else {

mes "[NPC]";

mes "Sorry you do not have enough items to use this service.";

end;

}

Edited by Whathell
Posted

Same thing about a quest, use a character or account variable instead of countitem

 

mes "[NPC]";
mes "Sorry you do not have enough items to use this service.";
end;// <--- must be close

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