Code: Select all
if params.limit_shots or params.multishots then
-- The stuff currently in the "else" block
else
-- The stuff currently in the "if params.one_shot" block
end
Moderator: Moderator
Code: Select all
if params.limit_shots or params.multishots then
-- The stuff currently in the "else" block
else
-- The stuff currently in the "if params.one_shot" block
end
<DarkGod> lets say it's intended