summaryrefslogtreecommitdiff
path: root/npc/009-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-26 07:28:19 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-26 07:28:19 -0300
commit080e42fc093a6693e225ea734d22049094351af0 (patch)
treeca7a507eb65cbe4239e47021c06fcc8e805ed383 /npc/009-7
parent0ed4665e14b6df06788c7b24c75380a230a8be61 (diff)
downloadserverdata-080e42fc093a6693e225ea734d22049094351af0.tar.gz
serverdata-080e42fc093a6693e225ea734d22049094351af0.tar.bz2
serverdata-080e42fc093a6693e225ea734d22049094351af0.tar.xz
serverdata-080e42fc093a6693e225ea734d22049094351af0.zip
Move more stuff from Real Estate System around.
It's still difficult to implement and maintain, imo.
Diffstat (limited to 'npc/009-7')
-rw-r--r--npc/009-7/utils.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/npc/009-7/utils.txt b/npc/009-7/utils.txt
index 1e111d23b..424a1f779 100644
--- a/npc/009-7/utils.txt
+++ b/npc/009-7/utils.txt
@@ -71,32 +71,3 @@ OnReload:
}
-009-7,21,23,0 script Wardrobe#RES_0097 NPC_NO_SPRITE,{
- openstorage;
- end;
-
-OnInit:
- .distance=3;
- end;
-}
-
-
-009-7,29,24,0 script Stovetop#RES_0097 NPC_NO_SPRITE,{
- realestate_cauldron();
- close;
-
-OnInit:
- .distance=3;
- end;
-}
-
-
-009-7,34,25,0 script Piano#RES_0097 NPC_NO_SPRITE,{
- realestate_piano();
- close;
-
-OnInit:
- .distance=3;
- end;
-}
-