17 lines
304 B
Plaintext
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
|
||
|
|
||
|
}
|