bonjour g un problème avec mon héro quand son hp arrive à 0 il ne meurre pas il tombe dans les moin comment faire pour le bloquer à 0 et comment fasi pour que l'ennemie faise un attaque aléatoir avec se scipt là ???merci
script pour le HP du héro:
if terra.hp=0
{
sprite_assign(terra,deadterra)
}
else if terra.hp<0
{
sprite_assign(terra,stance)
}
c seulement pour changer l'image que g un blem lol
pour l'attaque du monstre:
random(2)
if att=0
{
instance_create(soldat.x,soldat.y,blade)
}
if att=1
{
instance_create(soldat.x,soldat.y,blade)
}
if att=2
{
instance_create(soldat.x,soldat.y,blade)
instance_create(soldat.x,soldat.y,blade2)
}
Merci pour votre aide !
[Topic renommé]