diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:08:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:08:04 -0300 |
commit | 06aafc9a2a8213040aa33cc2c2a819d1be6f874b (patch) | |
tree | fcd4f364ed6506339ef5437c633f36e9fc9a184f /npc/012-1/guards.txt | |
parent | f2fe58ad450eaaf07824eff20739557a0485636d (diff) | |
download | serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.gz serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.bz2 serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.xz serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.zip |
Break every imaginable pipeline. I'm waiting it to fail.
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 97e3f531e..1ba911112 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -19,7 +19,7 @@ close; L_Admus: - mes col("Protip: Use @hide to don't interfer.", 9); + mes col(l("Protip: Use @hide to don't interfer."), 9); mes l("Determine Team Size (If everyone is ready and stdby at Tulimshar, use: @@. Minimum 2 players.)", getusers(1)-1); input $@BG1_SIZE; if ($@BG1_SIZE < 2) close; @@ -272,21 +272,21 @@ OnInit: mesq l("As soon that Saulc GM get back, we can start."); close; } - mes col("Hurnscald Liberation Day special event", 3); + mes col(l("Hurnscald Liberation Day special event"), 3); mes ""; - mes col("The objective of this event is to ##Bslay the Monster Admiral##b.",9); - mes col("If you die, you ##Bwon't##b be able to rejoin, but you won't suffer the penalty.",9); + mes col(l("The objective of this event is to ##Bslay the Monster Admiral##b."), 9); + mes col(l("If you die, you ##Bwon't##b be able to rejoin, but you won't suffer the penalty."), 9); next; - mes col("If all players there die, Hurnscald WON'T BE LIBERATED.",9); - mes col("This basically means that it'll be another day without it.", 9); - mes col("Also, the more players survive, the better rewards will be given.", 9); + mes col(l("If all players there die, Hurnscald WON'T BE LIBERATED."), 9); + mes col(l("This basically means that it'll be another day without it."), 9); + mes col(l("Also, the more players survive, the better rewards will be given."), 9); next; - mes col("Right click on this NPC to join the Hurnscald Alliance.", 3); - mes col("The number of players must be precise, meaning if someone doesn't joins,", 9); - mes col("the event won't start and HURNSCALD WON'T BE LIBERATED.", 9); + mes col(l("Right click on this NPC to join the Hurnscald Alliance."), 3); + mes col(l("The number of players must be precise, meaning if someone doesn't joins,"), 9); + mes col(l("the event won't start and HURNSCALD WON'T BE LIBERATED."), 9); next; - mes col("Once you join the Alliance, you won't be able to talk with people outside it.", 9); - mes col("Additionaly, all your movement will be restricted until either you're warped or log out.", 9); + mes col(l("Once you join the Alliance, you won't be able to talk with people outside it."), 9); + mes col(l("Additionaly, all your movement will be restricted until either you're warped or log out."), 9); close; OnSet: |