Fixed rest menu not firing

Fixed rest menu not firing. Updated release archive.
This commit is contained in:
Jaysyn904 2023-11-15 23:30:59 -05:00
parent a513a8c6d0
commit f8f1413d0c
4 changed files with 3 additions and 1 deletions

View File

@ -1168,7 +1168,7 @@
},
"Mod_OnPlrRest": {
"type": "resref",
"value": "call_onpcrest"
"value": "onplayerrest"
},
"Mod_OnPlrTarget": {
"type": "resref",

Binary file not shown.

View File

@ -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);
}
}
}

Binary file not shown.