summaryrefslogtreecommitdiff
path: root/npc/005-4/rosen.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-4/rosen.txt')
-rw-r--r--npc/005-4/rosen.txt24
1 files changed, 1 insertions, 23 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt
index 8c682c3a6..9318ef643 100644
--- a/npc/005-4/rosen.txt
+++ b/npc/005-4/rosen.txt
@@ -4,11 +4,7 @@
// Description:
// Candor Armor&Weapon shop keeper. The quest is currently broken.
// Variables:
-// CandorQuest_Rosen
-// Values:
-// 0 Default
-// 5 Broken dialog node
-// 6 Broken dialog node
+// CandorQuest_Rosen (nyi)
005-4,29,36,0 script Rosen NPC_GUARD1,{
@@ -20,37 +16,19 @@
return;
}
- function rosen_quest {
- speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("I asked Calypsan to dye this tank top, now it has an unique look!");
-
- narrator S_LAST_NEXT, l("You pick up the package.");
-
- setq CandorQuest_Rosen, 6;
-
- return;
- }
-
speech S_LAST_NEXT,
l("Welcome to Tolchi and Rosen Shop."),
l("What would you like today?");
do
{
- .@rosen = getq(CandorQuest_Rosen);
select
- rif(.@rosen == 5, lg("I came to retrieve a package for Rosen.")),
menuaction(l("Trade")),
l("How can I get iron ingot?"),
menuaction(l("Quit"));
switch (@menu)
{
- case 1: //broken need a fix
- rosen_quest;
- closedialog;
- goodbye;
- close;
case 2:
closedialog;
shop "Shop";