subsubpage (code test)

adderrson

Esteemed Lemon
Staff member
Jan 16, 2013
841
743
465
Lua:
if game.round_time_limit > 0 and game.round_timer.is_zero() then

   game.end_round()

end



for each player do

   if current_player.number[0] == 1 then

      current_player.apply_traits(script_traits[5])

      if script_option[1] > 0 and global.number[5] > 15 then

         current_player.script_stat[3] += 1

      end

   end

end

Gamergotten WhoronaVirus Is this how it's supposed to look?