Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
9
trunk/scripts/prc_forcerest.nss
Normal file
9
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