Hi all, I'm trying to make a game where you can give an item to an NPC, and so far I'm up to here;
function cLewis_UseInv()
{
Display("Wow thats all I needed!");
}
But the Coffee that was just given is still there... is there a way to actually give the Coffee to an NPC, if it is in the manual, sorry I've searched it and couldn't find it anywhere
EDIT: After a bit more messing around I found the right command, sorry
function cLewis_UseInv()
{
Display("Wow thats all I needed!");
}
But the Coffee that was just given is still there... is there a way to actually give the Coffee to an NPC, if it is in the manual, sorry I've searched it and couldn't find it anywhere
EDIT: After a bit more messing around I found the right command, sorry
