13 lines
191 B
Plaintext
13 lines
191 B
Plaintext
|
#include "x2_inc_switches"
|
||
|
void main()
|
||
|
{
|
||
|
object oItem = GetPCItemLastUnequipped();
|
||
|
object oPC = GetPCItemLastUnequippedBy();
|
||
|
|
||
|
DelayCommand(1.0, ClearAllActions(TRUE));
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
}
|