generated from Jaysyn/ModuleTemplate
10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
#include "x2_inc_switches"
|
|
#include "corpse_lib"
|
|
void main()
|
|
{
|
|
object item = GetPCItemLastEquipped();
|
|
object player = GetPCItemLastEquippedBy();
|
|
|
|
//OnEquipItem(item,player);
|
|
}
|