diff options
Diffstat (limited to 'npc/000-0/sailors.txt')
-rw-r--r-- | npc/000-0/sailors.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 91553c1d..10a22d65 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -7,7 +7,6 @@ // Description: // Starting script of Evol Online. -// Gender = 1 000-0,23,20,0 script Sailors 405,6,6,{ OnTouch: @@ -89,4 +88,8 @@ OnTouch: closedialog; close; + +OnInit: + setnpcsex 1; + end; } |