Event: "Examine" { if (!isAlive) display("This character has died",image) // If char is not alive, it displays some text together with the image of char } }
Description
Inverts the boolean value of an expression. Returns true if the expression is false and false if the expression is true.