Alright, I guess that means you're using the PK version. Why don't people just pirate the real version.
Anyway, here's what it was.
Event 1(Person giving the item to be delivered):
Page 1:
Text: Go give this pouch to that other guy.
Change Items: +1 Pouch
Self Switch A = On
Page 2(In the 'Conditions' box, check 'Self Switch' and make sure it's set to 'A'):
Conditional Branch: [Pouch] in inventory
Text: What are you? Stupid? Go give it to him!
else
Text: Thanks. Here's your reward.
Play ME: 'Fanfare'
Change Gold: +98709
Text: You got a crapton of Gold!
Self Switch B = On
Branch end
Page 3(In the 'Conditions' box, check 'Self Switch' and make sure it's set to 'B'):
Text: I gave you your reward, no go away.
Event 2(Person receiving the item):
Page 1:
Conditional Branch: [Pouch] in inventory
Text: Oh good. Thank you for bringing this.
Change Items: -1 Pouch
Self Switch A = On
else
Text: Go talk to the other guy to start the quest.
Branch end
Page 2(In the 'Conditions' box, check 'Self Switch' and make sure it's set to 'A'):
Text: This is what I say after you have given me the item and completed the quest and has nothing to do with the quest.
It can be a bit confusing at first, but after a while you'll understand it easier.