diff options
Diffstat (limited to 'npc/008-2-0')
-rw-r--r-- | npc/008-2-0/_import.txt | 1 | ||||
-rw-r--r-- | npc/008-2-0/celestia.txt | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/npc/008-2-0/_import.txt b/npc/008-2-0/_import.txt index f2ecc3b8..2cd1023b 100644 --- a/npc/008-2-0/_import.txt +++ b/npc/008-2-0/_import.txt @@ -2,4 +2,5 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/008-2-0/_savepoints.txt", "npc/008-2-0/_warps.txt", +"npc/008-2-0/celestia.txt", "npc/008-2-0/mapflags.txt", diff --git a/npc/008-2-0/celestia.txt b/npc/008-2-0/celestia.txt new file mode 100644 index 00000000..d6ce7bc5 --- /dev/null +++ b/npc/008-2-0/celestia.txt @@ -0,0 +1,20 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Our beloved Princess Celestia. +// THIS IS A PLACEHOLDER! + +008-2-0,30,23,0 script Celestia NPC_CELESTIA,{ + speech + l("Hi!"), + lg("You may remember me, I am Celestia."); + l("Take a cup of tea until something happens here."); + + close; + +OnInit: + .sex = G_FEMALE; + .distance = 2; + end; +} |