• Started 28th Aug 2010 in Feedback
    Main problem I can see from my limited programming point is LRBD would change into RBDM would change back into LRDB constantly repeating and basically not being of much use
  • Started 28th Aug 2010 in General
    dunno if its been said but  ...when you type your posts as IRC chat
  • Started 27th Aug 2010 in Help
    I mis read again.. gotta start going to bed early >.< (02:16am here)    PSCN melts into lava when its 1 pixel wide after about 10 seconds...
  • Started 27th Aug 2010 in Help
    PSCN also does this
  • Started 27th Aug 2010 in General
    https://powdertoy.co.uk/Forum.html?action=vthread&forum=2&topic=243    That should keep you busy lol.
  • Started 27th Aug 2010 in Feedback
    I'm surprised Simon didn't just cut to the point like most other devs I've known and just said this isn't dan-balls game.      Its in Java, not Flash by the way... ...
  • Started 26th Aug 2010 in Development Assistance
    #define PT_SMKE 57  #define PT_NUM 58  #define PT_BLOD 59    should be    #define PT_SMKE 57  #define PT_BLOD 58  #define PT_NUM 59    *edited post*
  • Started 26th Aug 2010 in Development Assistance
    did you change #define PT_NUM to 60?
  • Started 26th Aug 2010 in Development Assistance
    just copy/pasted your code into gedit, only problems I've found are spaces in each line and SMKE is missing a ",0"    remove the spaces and it should be fine
  • Started 26th Aug 2010 in Development Assistance
    It's a good idea to check a couple of lines either side of an error because bad syntax can show as an error where there isn't one. Post lines 807 to 816.