Fixed rest menu not firing
Fixed rest menu not firing. Updated release archive.
This commit is contained in:
parent
a513a8c6d0
commit
f8f1413d0c
@ -1168,7 +1168,7 @@
|
|||||||
},
|
},
|
||||||
"Mod_OnPlrRest": {
|
"Mod_OnPlrRest": {
|
||||||
"type": "resref",
|
"type": "resref",
|
||||||
"value": "call_onpcrest"
|
"value": "onplayerrest"
|
||||||
},
|
},
|
||||||
"Mod_OnPlrTarget": {
|
"Mod_OnPlrTarget": {
|
||||||
"type": "resref",
|
"type": "resref",
|
||||||
|
Binary file not shown.
@ -216,6 +216,8 @@ if(GetLocalInt(GetModule(), "MULTI")==TRUE)
|
|||||||
|
|
||||||
//Your code goes here. (This happens when the PC is done resting..)
|
//Your code goes here. (This happens when the PC is done resting..)
|
||||||
|
|
||||||
|
ExecuteScript("prc_rest", OBJECT_SELF);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user