From e9b61fa762483ad113bfbe821aff171738d02513 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 22 Feb 2018 11:12:08 -0300 Subject: Rewrite Lua. Swezanne will be holding the MOST HEROIC person for a while. I'll rewrite her and add her quest later. --- npc/003-1/swezanne.txt | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index 84b745531..ca0798c85 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -1,13 +1,40 @@ // Author: -// Saulc +// Jesusalva 003-1,70,100,0 script Swezanne NPC_FEMALE,{ + mesn; + mesq l("Hi."); + if ($MOST_HEROIC$ != "") goto L_Heroics; + close; -hello; +L_Heroics: + next; + mesn; + .@d=rand(1,6); + // This switch loop is temporaly broken. + switch (.@d) { + case 1: + .@deed$="protected our cities!"; + case 2: + .@deed$="did great acts of bravery!"; + case 3: + .@deed$="is just awesome!"; + case 4: + .@deed$="killed a monster army single-handed!"; + case 5: + .@deed$="proved their worth in battlefield!"; + case 6: + .@deed$="impressed even the High Council!"; + default: + .@deed$="is awesome like me!"; // Should be unreachable + } + + mesq l("I hope to one day be like @@, who @@", $MOST_HEROIC$, .@deed$); + close; OnInit: - .@npcId = getnpcid(0, "Swezanne"); + .@npcId = getnpcid(0, .name$); //setunitdata(.@npcId, UDT_HEADTOP, 2929); setunitdata(.@npcId, UDT_HEADMIDDLE, 1307); setunitdata(.@npcId, UDT_HEADBOTTOM, 2207); -- cgit v1.2.3-60-g2f50