From 6b174e28e5c121bff75d813d7fbe57124897440e Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Wed, 4 Jan 2012 19:22:28 +0100 Subject: Made Fredercio talking only at 75% chance. --- npc/000-2-0/frederico.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/npc/000-2-0/frederico.txt b/npc/000-2-0/frederico.txt index 11ced116..6dc40587 100644 --- a/npc/000-2-0/frederico.txt +++ b/npc/000-2-0/frederico.txt @@ -6,6 +6,7 @@ 000-2-0.gat,20,23,0,0 script Frederico 311,{ mesn; + if (!rand(4)) goto l_Hips; mesq l("You?? Here??"); mesq l("How is *hips* possible??"); next; @@ -45,6 +46,11 @@ l_Secret: next; mesq l("Nobody! *hurps*"); next; + goto l_Quit; + +l_Hips: + mesq "*hips*"; + close; l_Quit: mesn; -- cgit v1.2.3-70-g09d2