diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-20 12:44:56 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-20 12:44:56 +0100 |
commit | b5681298d305d6b5494cd2c348ddbd5d1f55bd08 (patch) | |
tree | c4b7dac28e205b08f21d48b8ce14dd0f9bd93a93 | |
parent | 349ddd5cd0d01e17376c7c25ad26d234b4d9ff8e (diff) | |
download | serverdata-b5681298d305d6b5494cd2c348ddbd5d1f55bd08.tar.gz serverdata-b5681298d305d6b5494cd2c348ddbd5d1f55bd08.tar.bz2 serverdata-b5681298d305d6b5494cd2c348ddbd5d1f55bd08.tar.xz serverdata-b5681298d305d6b5494cd2c348ddbd5d1f55bd08.zip |
readme
-rw-r--r-- | README.md | 0 | ||||
-rw-r--r-- | npc/000-0-0/q'onan.txt | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/README.md diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt new file mode 100644 index 000000000..d262c1ca1 --- /dev/null +++ b/npc/000-0-0/q'onan.txt @@ -0,0 +1,15 @@ +// Evol scripts. +// Authors: +// Alige +// Vasily_Makarov +// Description: +// Sleeping and snoring NPC. + +000-0-0,29,28,0 script Q'Onan#000-0-0 NPC_ORC_SAILOR,{ + asleep; + close; + +OnInit: + .sex = G_MALE; + end; +} |