Merging Outdoor "quests" with Missions.

1 posts · 2007-02-27 16:16:00 to 2007-02-27 16:16:00

#36300175891 02/27/2007 16:16 Merging Outdoor "quests" with Missions.
Phase 1: Talk to NPC_TALK
NPC_TALK: Kill these guys and meet me here!
Phase 2: Bring  ITEM_X to NPC_TALK
NPC_TALK: Cool. Put them in the safe.
YOU ARE VICTOR

Here's where it gets interesting..

COLLECTOR: Trades # GANG_TOKEN for ITEM_X


That's really the gist of it. It could be expanded upon, but I'm too lazy to write up an entire mission to fully explain. But let's say I make it more complicated..

CONTROLLER: These guys make me mad. Kill them!
Phase 1: Bring ITEM_X to NPC_TALK

COLLECTOR: Trades # GANG_TOKEN for ITEM_X

NPC_TALK: Hey, put that in the safe!
NPC_TALK: Cool, dude. Here, take this.
YOU ARE GAIN ITEM_Y
Phase 2: Bring ITEM_Z to NPC_TALK

COLLECTOR: Trades ITEM_Y for ITEM_Z

NPC_TALK: Takes ITEM_Z
NPC_TALK: Neat! Thanks, d00d. We know where to go now!
Phase 3: KILL NPC_BOSS
NPC_BOSS: im in ur face, shootin u wit bulletz
NPC_BOSS: o no i am die
OPERATOR: Yay you are winner! Oh, wait, d00d, make sure you gots space in your pantz.
CONTROLLER: YOU GAIN ITEM_PWN
YOU ARE VICTOR

COLLECTOR: Trades ITEM_PWN for LEET_STUFFZ

-------------------------------

Improvements 'n' questions 'n' stuff?