Jump to content
  • 0

i'm not wearing any middle headgear


Question

6 answers to this question

Recommended Posts

Posted
if (getequipid(EQI_HEAD_MID) == -1) {
	mes "You need to wear a middle headgear to continue.";
	close;
}

Thank you sir bry what about like

you need to be wearing a middle headgear and that headgear has to have a maya purple card before you can enter.

Posted
	while( .@i < 4 && getequipcardid( EQI_HEAD_MID,.@i ) != 4198 ) .@i++;
	if( .@i == 4 ) {
		mes "You need to wear a middle headgear and a maya purple to continue.";
		close;
	}
	close;

EDIT: you're too fast Euphy /sob

  • Upvote 1

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