turingmachine
Emperor
- Joined
- May 4, 2008
- Messages
- 1,438
Okay, so I was trying something like:
local mEra = GameInfoTypes.ERA_MODERN;
[...]
if (pTeam:GetCurrentEra() < mEra) then
but I don't think I'm defining the era correctly?
Can anyone help?
local mEra = GameInfoTypes.ERA_MODERN;
[...]
if (pTeam:GetCurrentEra() < mEra) then
but I don't think I'm defining the era correctly?
Can anyone help?