ES Recruitment Drive
[/QUOTE]Minus the screenshot keys of course >.> why is there 3 keys for screenshots anyway? xD[/QUOTE]

!!!!!!!!!!!!!agree.

/edit fail [/quote]
CYBERNATIONS DO IT
JollyFuckingRoger
for those having problems with screenshots being taken

I looked at the keycodes and slightly altered the original script so that key_up function has the following content
local function key_up(key)
  if key>256 then
    if key<266 then
      load_move(key-256)
      if key == 257 then
        l_shift = 0
        r_shift = 0
      end
      return 1
    end
  end
this essentialy moves playback buttons to numpad instead of the f-keys, freeing up three more keys ( 5,6,8 )
no more screenshots
PS. don't forget to turn numlock on

if you can't figure out what the above is about, nevermind
this is not that kind of an old thread dude. this script is still existing and there are still some problems to fix. i personally hate this script only working on F1,F2,F3,F4 and F7 since the others are screenshot keys. any way to fix this?
Talk your shit, be yourself
play the cards that you've been dealt. -E-Dubble

Hxcbbqimo: you're german
Hxcbbqimo: so you don't count
Originally Posted by nighthawk1 View Post
ummm i saved it to scripts but when i go to activate it says its not there help?

Are you sure you saved it in the scripts directory?
Does it have a .lua extension?
Any spaces in the filename? Remove them.

Originally Posted by Shockwave View Post
this is not that kind of an old thread dude. this script is still existing and there are still some problems to fix. i personally hate this script only working on F1,F2,F3,F4 and F7 since the others are screenshot keys. any way to fix this?

Read quote below

Originally Posted by azarine View Post
for those having problems with screenshots being taken

I looked at the keycodes and slightly altered the original script so that key_up function has the following content
local function key_up(key)
  if key>256 then
    if key<266 then
      load_move(key-256)
      if key == 257 then
        l_shift = 0
        r_shift = 0
      end
      return 1
    end
  end
this essentialy moves playback buttons to numpad instead of the f-keys, freeing up three more keys ( 5,6,8 )
no more screenshots
PS. don't forget to turn numlock on

if you can't figure out what the above is about, nevermind

:D
Ummm...It dont work for me...

I hit F1 and Num1 but nutin happens

Im trying to save moves off uke how do i do that