1 Land Pixel

Started by Oblivion, December 19, 2016, 06:58:21 PM

Previous topic - Next topic

Oblivion

Is there a way to delete specifically one single pixel of land?
~Memes have been scientifrically proven to be the very essence of life unto itself~

planetfall

Pretty sure I'm supposed to be banned, someone might want to get on that.

Quote from: GoodMorning on December 01, 2016, 05:58:30 PM"Build a ladder to the moon" is simple as a sentence, but actually doing it is not.

Oblivion

Are structures, the blue and red walls deletable through code?
~Memes have been scientifrically proven to be the very essence of life unto itself~

GoodMorning

#3
The "blueprint", I think not, the actual Struc may be, but I don't see a command. You could try X Y 0 SetStruc, but...

Edit, rather later: This now exists as SetStruc.
A narrative is a lightly-marked path to another reality.

Oblivion

Which of the particle commands can return the particles angle if you will. If it exists
~Memes have been scientifrically proven to be the very essence of life unto itself~

planetfall

GetParticleMotion returns the X and Y components of the particle's motion. You can do something like this to get the angle in radians (if it gives you the wrong value, try removing the negatives):


<-particle GetParticleMotion neg swap neg atan2
Pretty sure I'm supposed to be banned, someone might want to get on that.

Quote from: GoodMorning on December 01, 2016, 05:58:30 PM"Build a ladder to the moon" is simple as a sentence, but actually doing it is not.