0 Members and 1 Guest are viewing this topic.
As for your random code, I tried it myself and could not replicate your error, maybe it has something to do with the surrounding code, or what you do with A and B afterwards?
Can someone please help me!Well, I have a tilemap stored in a Variable in this kind of form:Code: [Select][4A5F68ED->K[34342545etc.(Two Hexadecimals are one tile)Well, drawing tilemap etc. works.But now I want to change only one single tile, so i didCode: [Select][33->{K+20}And that didn't change anything.If I don't do the K+20 in curley brackets then it overwrites the old tilemap and so that isn't a sollution.What did I do wrong? Can someone please help me?But Now I want to edit just one single tile
[4A5F68ED->K[34342545etc.
[33->{K+20}
:If something:Data(.......)→Pic1:End:If somethingelse:Data(.......)→Pic1:End