Mam w Press Enter:
GML
//make sd
if czat.notedkeys="make sd"{
if mp>=40
show_message("Sudden Death rune (3) is maked.")
mp-=40
sd+=3
}
if czat.notedkeys="make sd"{
if mp<=40
show_message("You not have enough mana.")
}
//make uh
if czat.notedkeys="make uh"{
if mp>=30
show_message("Ultimate Healing rune (3) is maked.")
mp-=30
uh+=3
}
if czat.notedkeys="make uh"{
if mp<=30
show_message("You not have enough mana.")
}
//make explosion
if czat.notedkeys="make explosion"{
if mp>=10
show_message("Explosion rune (5) is maked.")
mp-=10
expl+=3
}
if czat.notedkeys="make explosion"{
if mp<=10
show_message("You not have enough mana.")
}
I dlaczemu, nawet jak mam 0 many to mogę robić runy? Z innymi czarami tak nie jest :( Prosie o pomoć.