Source: PI 317
Hey, I'm remaking tutorial island as it was in 2006, so I'll need to know this:
Basically, I need to know how to make an NPC give a player an item in the middle of a dialogue. For example on the survival expert that taught fishing/wc/firemaking. My dialogue goes..
When it does sendStatement(The survival guide hands you an axe etc. etc. how can I make it so the player actually receives an axe? (bronzE)Code:sendNpcChat4("The first thing we will do is woodcutting.", "Woodcutting is a great way to earn money.",
"It allows you to get logs for fletching aswell", "Here, take this axe.", c.talkingNpc, "Survival Expert");
break;
case 28:
sendStatement("The Survival Guide hands you an axe.");
c.nextChat = 29;
