PAC- MAN lua script

  • Box-Poorsoft
    17th Jun 2013 Banned 0 Permalink
    This post is hidden because the user is banned
  • Roofus
    17th Jun 2013 Banned 0 Permalink
    This post is hidden because the user is banned
  • Jallibad
    17th Jun 2013 Member 0 Permalink

    @Roofus (View Post)

     what the hell, I just noticed that, it had shown up in the first page of the most recent topics bar...  Now I look very hypocritical...

  • bimmo_devices
    27th Jun 2013 Member 0 Permalink

    can't download from this cruddy website.

  • wolfy1339
    27th Jun 2013 Member 0 Permalink

    @bimmo_devices (View Post)

     don't necro(posting on threads to haven't been updated in a couple months)

    And the download link is broken

  • Nobody905
    3rd Sep 2013 Member 0 Permalink

    Can't download, good website link please?

    Edit: Oh crap I accidentally necro'd the thread

    Edited 2 times by Nobody905. Last: 3rd Sep 2013
  • nukers473
    7th Nov 2016 Member 0 Permalink

    yup

    EDIT:Lol i necro'd

    Edited once by nukers473. Last: 7th Nov 2016
  • RCAProduction
    28th Nov 2016 Member 0 Permalink

    You are able to use the directional keys in TPT Lua by using "KEY_LEFT" "KEY_RIGHT" "KEY_DOWN" and "KEY_UP" if I remember properly. I may be wrong about what they are exactly, but that's what the global variables in TPT are to recieve input from those keys. Might give it a try, and post back.

     

    -RCAP

    Edited once by RCAProduction. Last: 28th Nov 2016
  • jacob1
    28th Nov 2016 Developer 0 Permalink
    @RCAProduction (View Post)
    That's C++, lol

    In Lua you'll just have to do a print() to find out what the "key" or "nkey" arguments to the keypress function are. We don't have lua constants for keys like that. Probably we should ... but I never considered it.