Craig_Sutter Deity Joined Aug 13, 2002 Messages 2,773 Location Calgary, Canada Jan 5, 2014 #1 Will pPlayer=[63] always/ever be the barbarian? Or am I totally out to lunch on this.
whoward69 DLL Minion Joined May 30, 2011 Messages 8,728 Location Near Portsmouth, UK Jan 5, 2014 #2 Assuming an un-modded DLL, yes, but Code: local pBarbPlayer = Players[GameDefines.MAX_CIV_PLAYERS-1] would be better
Assuming an un-modded DLL, yes, but Code: local pBarbPlayer = Players[GameDefines.MAX_CIV_PLAYERS-1] would be better
Craig_Sutter Deity Joined Aug 13, 2002 Messages 2,773 Location Calgary, Canada Jan 5, 2014 #3 Thank-you.