Page 1 of 1

Smbx 1.4.5: bug or abuse?

Posted: 26 Aug 2019, 7:51
by NESTED ERNEST
It is a custom npc that the first moment makes random calculations to be placed on the screen but verifying that there is no block first but recalculates.

I have put the variables .addvx and .addvy to store the random variables and in the end the calculations are put in .x e .y of the custom npc, and this makes error.

but if I replace the .addvx and .addvy with other editor variables there is no error, will it be an abuse of mine? Why does it only work if I do that variable substitution?

In the manual referred to in the description of addvx/addvy, what is speed of the platform? please an answer, nobody knows what exactly addvx addvy does, does not seem to do anything, and I used it as additional variables.

.addvx will change .prx
why not use local variables?

do you know 'dim' is also a keyword?