diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index 5afac98..9c86e2f 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -1168,7 +1168,7 @@ }, "Mod_OnPlrRest": { "type": "resref", - "value": "call_onpcrest" + "value": "onplayerrest" }, "Mod_OnPlrTarget": { "type": "resref", diff --git a/_module/ncs/onplayerrest.ncs b/_module/ncs/onplayerrest.ncs index 4c98860..85a3a7f 100644 Binary files a/_module/ncs/onplayerrest.ncs and b/_module/ncs/onplayerrest.ncs differ diff --git a/_module/nss/onplayerrest.nss b/_module/nss/onplayerrest.nss index 3fc1046..16dfe81 100644 --- a/_module/nss/onplayerrest.nss +++ b/_module/nss/onplayerrest.nss @@ -216,6 +216,8 @@ if(GetLocalInt(GetModule(), "MULTI")==TRUE) //Your code goes here. (This happens when the PC is done resting..) + ExecuteScript("prc_rest", OBJECT_SELF); + } } } diff --git a/_release/Underworld 2 [PRC8-CEP3].7z b/_release/Underworld 2 [PRC8-CEP3].7z index fec1c72..d163d20 100644 Binary files a/_release/Underworld 2 [PRC8-CEP3].7z and b/_release/Underworld 2 [PRC8-CEP3].7z differ