Preventing or Replacing?

  • Aloysius1234
    7th Jun 2013 Member 4 Permalink

    I think, GOLD isn't 'strong' enough to replace all nearby BMTL and BRMT. So, better make change to IRON:

     

    (WARNING: I use my own 'scripting language' because I don't understand C++ and LUA.)

     

    IF NOT element_check(nearby,GOLD)

       {

       IF element_check(nearby,WATR)

       OR IF element_check(nearby,SLTW)

       OR IF element_check(nearby,OXYG)

       OR IF element_check(nearby,LOXY)

       THEN change_particle(self,BMTL,)

       change_property(self,tmp,10)

       END

       }

     

    I wish this will be helpful.

  • mniip
    7th Jun 2013 Developer 0 Permalink

    Aloysius1234:

    and LUA.


    MY EYES D:
  • greymatter
    7th Jun 2013 Member 0 Permalink
    @Aloysius1234 (View Post)
    LOL nice programming language....
    Translation to those who don't understand, jic:
    Iron will change into BMTL if a pixel of OXYG,LOXY,SLTW,WATR is nearby and a pixel of GOLD is not nearby.
    I like the concept very well. +1
  • xetalim
    7th Jun 2013 Member 0 Permalink

    @mniip (View Post)

     ..........

    accept other people are NOT as good as you in programming