Spell & Ability Upgrade
Reorganized hak files & removed duplicates. Added @rafhot's PRC spell & ability level scaling expansion. Further script integration. Full compile.
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
//:: The players and DMs of Higher Ground for their input and playtesting :://
|
||||
//::////////////////////////////////////////////////////////////////////////:://
|
||||
|
||||
|
||||
#include "fky_chat_inc"
|
||||
#include "prc_inc_util"
|
||||
|
||||
void main ()
|
||||
{
|
||||
object oDMPC = OBJECT_SELF;
|
||||
@@ -973,7 +974,7 @@ void main ()
|
||||
{
|
||||
oDMTarget = VerifyTarget(oDMTarget, oDMPC, sUppercase, OBJECT_TARGET, FALSE);
|
||||
if (!GetIsObjectValid(oDMTarget)) return;
|
||||
if ((!VerifyDMKey(oDMTarget)) && (!VerifyAdminKey(oDMTarget)) || (oDMTarget == oDMPC)) ForceRest(oDMTarget);
|
||||
if ((!VerifyDMKey(oDMTarget)) && (!VerifyAdminKey(oDMTarget)) || (oDMTarget == oDMPC)) PRCForceRest(oDMTarget);
|
||||
else FloatingTextStringOnCreature(COLOR_RED+NO_OTHER_DM_TARGET+COLOR_END, oDMPC, FALSE);
|
||||
}
|
||||
else if (GetStringLeft(sDMText, 3) == "res") CommandRedirect(oDMPC, 15);
|
||||
|
Reference in New Issue
Block a user