alright well i've been playing around with npc dialogue lately, and im trying to figure out adding the npc's face and name (like real rs)
heres my code:
Code:
case 20:
sendStatement("I love the smell of fresh air in the morning!");
c.dialogueAction = 1;
c.nextChat = 0;
break;
