Initial Upload
Initial Upload
This commit is contained in:
12
_module/nss/x2_mod_def_unequ.nss
Normal file
12
_module/nss/x2_mod_def_unequ.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "x2_inc_switches"
|
||||
void main()
|
||||
{
|
||||
object oItem = GetPCItemLastUnequipped();
|
||||
object oPC = GetPCItemLastUnequippedBy();
|
||||
|
||||
DelayCommand(1.0, ClearAllActions(TRUE));
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user