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

7 lines
94 B
Plaintext

#include "prc_inc_spells"
void main()
{
ToggleMasteryOfShapes(PRCGetSpellTargetObject());
}