The Plot tag is "bloodquest1plot".
Here is the code snippet from my module script:
case EVENT_TYPE_CAMPAIGN_ITEM_ACQUIRED:
{
object oItemAcquired = GetEventObject(ev, 0);
if (oItemAcquired == (GetObjectByTag("blooditem")))
{
object oHero = GetHero();
object oParty = GetParty(oHero);
SetPartyPlotFlag(oParty,"bloodquest1plot",1,TRUE);
}
break;
}
Any suggestions and/or advice would be greatly appreciated.
Modifié par Alexandus, 05 mars 2010 - 03:04 .





Retour en haut






