if game var power != 1
{
health - 1
}
This is not working. This should kill you if the power is not the correct. But doesn't kill you, doesn't matter if you have power 1 or not.
I've tried removing the ! from the =, but it doesn't work.
EDIT: If I change my health type to limited, it works. So, this might be a bug?