Recent content by hitom3

  1. H

    Totally noob question regarding LUA

    Hi! I'm trying to test my FireTuner and i want to start practicing LUA, but so far with no success. I've tried the code function test(iPlayer) local pPlayer = Players[iPlayer]; if (pPlayer ~= nil) then if (not pPlayer:IsMinorCiv() and pPlayer:GetNumCities() == 1) then...
Back
Top Bottom