It looks like you're new here. If you want to get involved, click one of these buttons!
void main() { object oPC = GetPCSpeaker(); if (!GetIsPC(oPC)) return; if (GetItemPossessedBy(oPC, "GREY_RENDERS_HEAD")!= OBJECT_INVALID) { AddJournalQuestEntry("Friendly Fire", 2, oPC, FALSE, TRUE); GiveXPToCreature(oPC, 100); } }
Comments