![]() |
#14
|
|||
|
|||
![]() Quote:
if count < 10 then return "<label=army_troop_few>" end if count < 20 then return "<label=army_troop_some>" end if count < 50 then return "<label=army_troop_pack>" end if count < 100 then return "<label=army_troop_lots>" end if count < 250 then return "<label=army_troop_horde>" end if count < 1000 then return "<label=army_troop_huge>" end return "<label=army_troop_legion>" Modify eng_windows_small.lng accordingly. |
|
|