Код
if global.gold1>=300 and (global.slot11=0 or global.slot11=2) then {
global.gold1-=300
global.slot11=2
global.cost11+=irandom(4)+1
} else if global.gold1>=300 and (global.slot12=0 or global.slot12=2) then {
global.gold1-=300
global.slot12=2
global.cost12+=irandom(4)+1
}
Этот код в одиноком нажатии левой кнопкой. Я пол часа пыталься понять