From 20df2abc1aca00d6aa5dc78347133890f36b32f3 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 13 Jan 2018 20:50:42 +0100 Subject: Initial commit --- npc/functions/beds.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 npc/functions/beds.txt (limited to 'npc/functions/beds.txt') diff --git a/npc/functions/beds.txt b/npc/functions/beds.txt new file mode 100644 index 000000000..4ab8b6a77 --- /dev/null +++ b/npc/functions/beds.txt @@ -0,0 +1,30 @@ +// 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; +} -- cgit v1.2.3-60-g2f50