I was coding my game and i put this code
The VARIABLE vivo value is 1, but it dont works, when the object collide, the message didnt apear on the screen.. then i change to this
And it WORKS!!! im confused i dont know how 2 codes, making the same thing can have diferent results...
This is a bug in B3D Compiler?
Im really confused..
If vivo = 1 and EntityCollided(player,2) text 0,0,"You Are Dead" endif
The VARIABLE vivo value is 1, but it dont works, when the object collide, the message didnt apear on the screen.. then i change to this
If vivo = 1 If EntityCollided(player,2) text 0,0,"You Are Dead" endif:endif
And it WORKS!!! im confused i dont know how 2 codes, making the same thing can have diferent results...
This is a bug in B3D Compiler?
Im really confused..