Alangara_PRC8/_module/nss/onacquireitem.nss

17 lines
304 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
#include "nw_i0_plotwizard"
void main()
{
// PLOT WIZARD MANAGED CODE BEGINS
// PLOT WIZARD MANAGED CODE ENDS
// sat ind af kenneth
object oItem = GetModuleItemAcquired();
if (GetIsPC(GetItemPossessor(oItem)))
{
SetLocalInt(oItem, "PCItem", 1);
}
// sat ind af kenneth
}