New Elements:LAIR,SAIR

  • timpfeifer
    30th Dec 2012 Member 1 Permalink

    I've made two new elements:LAIR and SAIR

    you can find them here:http://pastebin.com/im1am4Mi

    You need Notepad++

  • mniip
    30th Dec 2012 Developer 0 Permalink
    Wut, why would you need notepad++
    And do you realise all you did is just rename 2 elements
  • timpfeifer
    30th Dec 2012 Member 0 Permalink

    I will try to make an element later. Example:GOD

  • boxmein
    30th Dec 2012 Former Staff 0 Permalink
    In Lua, decimal points are not commas.
    tpt.el.ln2.temperature=61,15
    tpt.el.nice.temperature=33,15

    Your code has these values. To have the value you wanted (33 full and 15 per cent), you could use 33.15 for most if not all programming languages favor the point ( . ) as a decimal separator.
  • timpfeifer
    30th Dec 2012 Member 0 Permalink

    i forgot it