OK , maybe some ppl are gonna find me anoying but no one is ever answering this is my code:
but my prob is how do i make an other command next time i press it like this:Code:if pad:cross() and oldpad:cross() ~= pad:cross() and Command == 1 then
Select:play() Drawcard = 1
end
if Drawcard == 1 then
drawCard() Points = Points + Pointstwo
end
I wounld be glad if somone help's ME.Code:if pad:cross() and oldpad:cross() ~= pad:cross() and Command == 1 then
Select:play() Drawcard = 2
end
if Drawcard == 2 then
drawCardthree() Points = Points + Pointstwo + Pointsthree
end
