Quest and script fixes for quest
This commit is contained in:
@@ -7,7 +7,13 @@
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oParty = GetFirstFactionMember(oPC, TRUE);
|
||||
if (GetIsPC(oParty))
|
||||
{
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("sarumroyalseal", GetPCSpeaker(), 1);
|
||||
SetLocalInt(GetPCSpeaker(), "sarumseal", 1);
|
||||
CreateItemOnObject("sarumroyalseal", oParty, 1);
|
||||
SetLocalInt(oParty, "sarumseal", 1);
|
||||
}
|
||||
oParty = GetNextFactionMember(oPC, TRUE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user