diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-29 21:30:07 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-29 21:30:07 +0100 |
commit | f81c9bf29573c5aed48ece46165a55b9dbe19e21 (patch) | |
tree | d67648668c78be0a3c96e0ff165c69e38b2de14c /npc/000-2-1/q'onan.txt | |
parent | a78a682dd267a326b8414611829d7f8799edf0dd (diff) | |
download | serverdata-f81c9bf29573c5aed48ece46165a55b9dbe19e21.tar.gz serverdata-f81c9bf29573c5aed48ece46165a55b9dbe19e21.tar.bz2 serverdata-f81c9bf29573c5aed48ece46165a55b9dbe19e21.tar.xz serverdata-f81c9bf29573c5aed48ece46165a55b9dbe19e21.zip |
change npc script
Diffstat (limited to 'npc/000-2-1/q'onan.txt')
-rw-r--r-- | npc/000-2-1/q'onan.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt deleted file mode 100644 index bee4f34a9..000000000 --- a/npc/000-2-1/q'onan.txt +++ /dev/null @@ -1,16 +0,0 @@ -// Evol scripts. -// Authors: -// Alige -// Vasily_Makarov -// Description: -// Sleeping and snoring NPC. - -000-2-1,53,38,0 script Q'Onan#000-2-1 NPC_ORC_SAILOR,{ - asleep; - close; - -OnInit: - .sex = G_MALE; - .distance = 2; - end; -} |