mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-18 03:57:14 -05:00
Further file organization
Further file organization
This commit is contained in:
9
nwn/nwnprc/trunk/scripts/prc_forcerest.nss
Normal file
9
nwn/nwnprc/trunk/scripts/prc_forcerest.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
// This script restores the PC's spell uses, feat, etc., as if rested (for debugging purposes).
|
||||
// Called from debug console only.
|
||||
|
||||
#include "prc_inc_util"
|
||||
|
||||
void main()
|
||||
{
|
||||
PRCForceRest(OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user