mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 01:47:14 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
9
trunk/newspellbook/shd_meta_max.nss
Normal file
9
trunk/newspellbook/shd_meta_max.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "shd_inc_metashd"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oShadow = OBJECT_SELF;
|
||||
|
||||
SetLocalInt(oShadow, METASHADOW_MAXIMIZE_VAR, !GetLocalInt(oShadow, METASHADOW_MAXIMIZE_VAR));
|
||||
FloatingTextStringOnCreature(GetStringByStrRef(16836355) + " " + (GetLocalInt(oShadow, METASHADOW_MAXIMIZE_VAR) ? GetStringByStrRef(63798/*Activated*/):GetStringByStrRef(63799/*Deactivated*/)), oShadow, FALSE);
|
||||
}
|
||||
Reference in New Issue
Block a user