diff options
Diffstat (limited to 'npc/006-0/warpcandorbattle.txt')
-rw-r--r-- | npc/006-0/warpcandorbattle.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/006-0/warpcandorbattle.txt b/npc/006-0/warpcandorbattle.txt index 20ef44ee2..47ff7dccd 100644 --- a/npc/006-0/warpcandorbattle.txt +++ b/npc/006-0/warpcandorbattle.txt @@ -3,6 +3,19 @@ // Crazyfefe // Jesusalva + +006-0,41,36,0 script Sign#0060CF NPC_SWORDS_SIGN,{ + //mesc l("To the brave heart; An endless maze."); + mesc l("To the strong soul; Challenges to overthrow."); // challenges await thou? + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + +// Effective warp 006-0,54,35,0 script Magic Barrier NPC_HIDDEN,0,0,{ end; |