1st Question) Click on image of item in html window and when you click the image auto wear the item-skin-etc until player restart.
2st Question) i want to add line to use the command if is vip , like activeChar.IsVIP
Can you help me where i put this line??
public void useItem(Playable playable, ItemInstance item, boolean forceUse)
{
if (!(playable instanceof Player))
return;
Player player = (Player) playable;
int itemId = item.getItemId();
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
TexasJunior
Hello Dears,
Could you tell me how i can create an npc (html),
1st Question) Click on image of item in html window and when you click the image auto wear the item-skin-etc until player restart.
2st Question) i want to add line to use the command if is vip , like activeChar.IsVIP
Can you help me where i put this line??
1 answer 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.
Note: Your post will require moderator approval before it will be visible.