Alangara_PRC8/_module/nss/onacquireitem.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

17 lines
304 B
Plaintext

#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
}