From b8b55cba3e7ddca9175fdd5fcddf525ef6a88089 Mon Sep 17 00:00:00 2001 From: Darky Date: Mon, 13 Jun 2011 17:36:37 +0400 Subject: Added small function for reset.txt --- npc/025-1/reset.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc') diff --git a/npc/025-1/reset.txt b/npc/025-1/reset.txt index bc6f7110..54951fac 100644 --- a/npc/025-1/reset.txt +++ b/npc/025-1/reset.txt @@ -1,8 +1,11 @@ +// debug comment for Kate users + 025-1.gat,47,84,0 script reset 145,{ mes "reset?"; menu "Yes.", -, + "Set Rossy_Quest", L_Set, "No.", L_No; set Rossy_Quest, 0; set cavefights, 0; @@ -11,4 +14,8 @@ L_No: close; +L_Set: + input @name$; + set Rossy_Quest, @name$; + close; } -- cgit v1.2.3-70-g09d2