REO-EE/_module/nss/reo_mod_usefeat.nss
Jaysyn904 f82740bbbd Initial commit
Initial commit
2024-02-22 13:22:03 -05:00

9 lines
146 B
Plaintext

#include "nwnx_events"
void main()
{
object oPC = OBJECT_SELF;
int iFeatID = GetEventSubType();
object oTarget = GetEventTarget();
}