summaryrefslogtreecommitdiff
path: root/npc/000-2-1/q'onan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1/q'onan.txt')
-rw-r--r--npc/000-2-1/q'onan.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt
index debf5aec..c48d733f 100644
--- a/npc/000-2-1/q'onan.txt
+++ b/npc/000-2-1/q'onan.txt
@@ -6,8 +6,11 @@
// Sleeping and snoring NPC.
// Size = 2
-// Gender = 1
000-2-1,53,38,0 script Q'Onan#000-2-1 402,{
-
callfunc "Asleep";
+ close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}