PRC8/nwn/nwnprc/trunk/newspellbook/shd_meta_ext.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

9 lines
386 B
Plaintext

#include "shd_inc_metashd"
void main()
{
object oShadow = OBJECT_SELF;
SetLocalInt(oShadow, METASHADOW_EXTEND_VAR, !GetLocalInt(oShadow, METASHADOW_EXTEND_VAR));
FloatingTextStringOnCreature(GetStringByStrRef(16836353) + " " + (GetLocalInt(oShadow, METASHADOW_EXTEND_VAR) ? GetStringByStrRef(63798/*Activated*/):GetStringByStrRef(63799/*Deactivated*/)), oShadow, FALSE);
}