RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[RESOLVED] a simple question

0 Members and 1 Guest are viewing this topic.

****
Banned
Rep:
Level 88
I'm basically Yoda's brother
in blizzard's abs, i want you to be able to move with the arrow keys.
Code: [Select]
    CUSTOM_CONTROL = true
    # set the next values only if the one above is true
    DOWN = 'S' # move down
    LEFT = 'A' # move left
    RIGHT = 'D' # move right
    UP = 'W' # move up
    ATTACK = 'F' # attacking
    DEFEND = 'D' # defending (hold)
    SKILL = 'S' # use skill
    ITEM = 'C' # use item
    SELECT = 'L' # change leader
    HUD_BUTTON = 'H' # HUD on/off if enabled
    MINIMAP_BUTTON = 'M' # minimap on/off if enabled
    HOTKEY_BUTTON = 'K' # hotkey display on/off if enabled
    RUN = 'A' # running (hold)
    SNEAK = 'Z' # sneaking (hold)
    JUMP = 'Q' # jumping
    TURN = 'T' # turning around without moving (hold)
  end

what should i replace s, a, d, and w with to move with the arrow keys?
« Last Edit: May 16, 2007, 11:10:24 PM by Zeriab »

just so everyone knows, im 15 years old.

*
Rep:
Level 102
2014 Biggest Narcissist Award2014 Biggest Forum Potato2014 Best Non-RM Creator2013 Best Game Creator (Non-RM)2013 Best IRC ChatterboxParticipant - GIAW 112012 Most Successful Troll2012 Funniest Member2012 Best Use Of Avatar and Signature space2012 Best IRC ChatterboxSecret Santa 2012 ParticipantProject of the Month winner for November 2009For being a noted contributor to the RMRK Wiki2010 Most Successful Troll2010 Biggest Forum Couch Potato2010 Best IRC Chatterbox
You can move with the arrow keys. But you can also move with s, a, d, and w.

****
Banned
Rep:
Level 88
I'm basically Yoda's brother
but the script disables the arrow keys and makes it wasd. how do i fix that?

[edit]
never mind, i figured it out by myself ;)
« Last Edit: May 16, 2007, 10:55:15 PM by fadark »

just so everyone knows, im 15 years old.