diff options
Diffstat (limited to 'npc/006-0/piouisle.txt')
-rw-r--r-- | npc/006-0/piouisle.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/006-0/piouisle.txt b/npc/006-0/piouisle.txt index e9dfeec37..9426c73ca 100644 --- a/npc/006-0/piouisle.txt +++ b/npc/006-0/piouisle.txt @@ -2,6 +2,17 @@ // Author: // Jesusalva +006-0,41,36,0 script Sign#0060PI NPC_SWORDS_SIGN,{ + mesc l("To the lovely cuteness; Unwavering helpfulness."); + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + +// Effective warp 006-0,66,62,0 script Magic Barrier#Pi NPC_HIDDEN,0,0,{ end; |