diff options
Diffstat (limited to 'npc/033-1')
-rw-r--r-- | npc/033-1/misc.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/033-1/misc.txt b/npc/033-1/misc.txt index 4537c80..d923de6 100644 --- a/npc/033-1/misc.txt +++ b/npc/033-1/misc.txt @@ -47,9 +47,16 @@ function script SetPorthosPortal { mes l("Do you want to activate an event?"); next; select - l("Cancel"); + l("Cancel"), + l("Moubootaur Showdown"); mes ""; switch (@menu) { + case 2: + setd(sprintf("$@EVENT_%02d", .@id), PORTHOS_ACTIVE); + setd(sprintf("$@EVENT_%02d_M$", .@id), "001-13-2"); + setd(sprintf("$@EVENT_%02d_X", .@id), 47); + setd(sprintf("$@EVENT_%02d_Y", .@id), 52); + break; default: mes l("Ok."); break; |