diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-30 22:46:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-30 22:46:47 -0300 |
commit | 94dc3d9944e7b3163440c9e759c1a8941e14816c (patch) | |
tree | 5427f6a3529dc9d8dfe2c656f55741bb04d51428 | |
parent | 8a770ddf42beec9344d0568d5e52a9ee362c29f8 (diff) | |
download | serverdata-94dc3d9944e7b3163440c9e759c1a8941e14816c.tar.gz serverdata-94dc3d9944e7b3163440c9e759c1a8941e14816c.tar.bz2 serverdata-94dc3d9944e7b3163440c9e759c1a8941e14816c.tar.xz serverdata-94dc3d9944e7b3163440c9e759c1a8941e14816c.zip |
Delete yet another function file
-rw-r--r-- | npc/functions/beds.txt | 30 | ||||
-rw-r--r-- | npc/scripts.conf | 1 |
2 files changed, 0 insertions, 31 deletions
diff --git a/npc/functions/beds.txt b/npc/functions/beds.txt deleted file mode 100644 index 4ab8b6a77..000000000 --- a/npc/functions/beds.txt +++ /dev/null @@ -1,30 +0,0 @@ -// Evol functions. -// Authors: -// 4144 -// Reid -// Description: -// Beds utility functions - -function script bedTouch { - if (PC_IS_DEAD) - { - PC_IS_DEAD = 0; - if (INN_REGISTER == REDPLUSH_INN) - { - INN_REGISTER = NO_INN; - percentheal 100,100; - } - } - close; -} - -function script bedClic { - narrator S_LAST_NEXT, l("Do you want to use this place as save point?"); - - if (askyesno() == ASK_YES) - { - savepointparticle getarg(0, ""), getarg(1, -1), getarg(2, -1), getarg(3, NO_INN); - } - closedialog; - close; -} diff --git a/npc/scripts.conf b/npc/scripts.conf index 6ebffb0aa..026eb7193 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -30,7 +30,6 @@ "npc/functions/openbook.txt", "npc/functions/questgen.txt", "npc/functions/savepoint.txt", -"npc/functions/beds.txt", "npc/functions/shops.txt", "npc/functions/npcmovegraph.txt", "npc/functions/fishing.txt", |