Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
13
nwn_dark_sun/ps_pspcheck.nss
Normal file
13
nwn_dark_sun/ps_pspcheck.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "lib_psionic"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC=OBJECT_SELF;
|
||||
PSPCheck(oPC);
|
||||
|
||||
int nPSP=GetPSP(oPC);
|
||||
int nPSPMax=GetMaxPSP(oPC);
|
||||
|
||||
|
||||
FloatingTextStringOnCreature("PSP: "+IntToString(nPSP)+" / "+IntToString(nPSPMax), oPC, FALSE);
|
||||
}
|
Reference in New Issue
Block a user