diff options
Diffstat (limited to 'npc/017-8/utils.txt')
-rw-r--r-- | npc/017-8/utils.txt | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/npc/017-8/utils.txt b/npc/017-8/utils.txt index ec0966b7d..70161131a 100644 --- a/npc/017-8/utils.txt +++ b/npc/017-8/utils.txt @@ -72,32 +72,3 @@ OnReload: } -017-8,21,23,0 script Wardrobe#RES_0178 NPC_NO_SPRITE,{ - openstorage; - end; - -OnInit: - .distance=3; - end; -} - - -017-8,29,24,0 script Cauldron#RES_0178 NPC_NO_SPRITE,{ - realestate_cauldron(); - close; - -OnInit: - .distance=3; - end; -} - - -017-8,34,25,0 script Piano#RES_0178 NPC_NO_SPRITE,{ - realestate_piano(); - close; - -OnInit: - .distance=3; - end; -} - |