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