Changed folder name.
Changed folder name.
This commit is contained in:
22
_module/nss/aq_immortalcrown.nss
Normal file
22
_module/nss/aq_immortalcrown.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetModuleItemAcquiredBy();
|
||||
|
||||
object oItem;
|
||||
oItem = GetModuleItemAcquired();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
object oTarget;
|
||||
oTarget = oPC;
|
||||
|
||||
oItem = GetItemPossessedBy(oTarget, "ImmortalCrown2");
|
||||
|
||||
//SetPlotFlag(oItem, TRUE);
|
||||
|
||||
//SetStolenFlag(oItem, TRUE);
|
||||
|
||||
//SetItemCursedFlag(oItem, FALSE);
|
||||
|
||||
}
|
Reference in New Issue
Block a user