Im programing again now and i have a stupid problem:
I KNOW that actor_id2 IS 99. The p says that also. The problem here is that the condition is surpassed and it checks for the other condition wit the or. My problem is that other condition gives a error if it use the id=99... so it dont work.
Maybe i have to sleep or something but... i want that if the id is 99 it goes to the else, wtf, that code is ok ,no?
Code:
p actor_id2
if actor_id2 != 99 or $game_actors[actor_id2].bolsa[posicion_objeto(tipo, id, actor_id2)].equipado
else
I KNOW that actor_id2 IS 99. The p says that also. The problem here is that the condition is surpassed and it checks for the other condition wit the or. My problem is that other condition gives a error if it use the id=99... so it dont work.
Maybe i have to sleep or something but... i want that if the id is 99 it goes to the else, wtf, that code is ok ,no?