first you only have one end, it doubles over into the next statement anyway. and you have some redundant lines.
correction:
Code: Select all
main:
level waittill spawn
thread grenade_topleft_triggered
end
grenade_topleft_triggered:
iprintlnbold_noloc "Great Throw!! You Scored 5 Points.
$bottom_right_green hide
endCode: Select all
broadcast local.msg:
for(local.i = 0; local.i < local.player.length; local.i++)
iprintlnbold_noloc local.msg
endyou'd need to change the 'great throw' line from iprintln to broadcast if you use that too.