Fixed quest bug
Fixed quest bugs that resulted from GetNumberPartyMembers() finally being fixed. Added PRC8 Discord journal entry. Full compile.
This commit is contained in:
@@ -24,8 +24,7 @@ void main()
|
||||
int nGold = 50000;
|
||||
|
||||
//:: Get gold for each PC
|
||||
//:: Take one off GetNumberPartyMembers(), see known bugs
|
||||
int nMembers = GetNumberPartyMembers(oPC) - 1;
|
||||
int nMembers = GetNumberPartyMembers(oPC);
|
||||
|
||||
//:: Give the correct gold to all of them
|
||||
GiveGoldToAll(oPC, nGold/nMembers);
|
||||
|
Reference in New Issue
Block a user