1 - Champs 1-4 check if they are dead or alive, then something happens
Script 1
if champ 1 is alive then
hudPrint("I am here")
elseif champ 1 is dead then
-- Another random champs says Boris is dead -- The random must be alive lol --
hudPrint('Boris is dead.")
end
Script 2
1 - Champs 1-4 check if they are dead or alive, then something happens.
if champ 1 is alive then
hudPrint("I can see the writing.")
elseif champ 1 is dead then
hudPrint('")
end
I need these scripts badly so any help would be most appreciated thxs
