Aantioch_Infernum/_module/nss/x2_mod_def_unequ.nss

13 lines
191 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
#include "x2_inc_switches"
void main()
{
object oItem = GetPCItemLastUnequipped();
object oPC = GetPCItemLastUnequippedBy();
DelayCommand(1.0, ClearAllActions(TRUE));
}