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.
How to use button 1 etc?

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 88
Help! I have noticed that in RMXP [I use the Knights Postality Edition], you have button 1, button2 etc.
How can I use this feature? Eg in KNight Blade: Howling of Kerberos, we use the A button to dismount an assult gear or something...
« Last Edit: September 30, 2006, 03:13:03 AM by vikk »
OMG I have bad karma!

***
Rep:
Level 88
I hate to hate things.
Ok, this is not exacly well know - i myself discovered that by reading the help files AFTER getting the original RMXP - but pressing F1 during game runtime will open a system window where you define, among other things, the keyboard definitions of all buttons on your game. RMXP base engine uses 8 buttons: a,b,c,x,y,z,L and R - to be played by an analog controller. This key works on any released game and cannot be disabled (as far as i know - correct me if i'm wrong).
 That aside, all button definitions are defined by script, and not in the windows editor.
 The condition instruction is:

Code: [Select]
if Input.trigger?(Input::C)
... SOMETHING HAPPENS ...
 end

... where 'C' on "(Input::C)" is the button definition. Of course, only skilled scripters know how and where to put such instructions  ;)
 Of course, smart designers keep the japanese standards of 2 buttons for easy gameplay (me included  ;D ).
I need some real WORKING AVI script in RMXP!
3D ANIMATIONS:
http://www.youtube.com/profile?user=Ericmor
3D and 2D anime ART:
http://ericmor.deviantart.com/gallery/

**
Rep:
Level 88
I have just found out ( from the scripts section ) that this can be done using events
OMG I have bad karma!

***
~Banned~
Rep:
Level 88
~Banned~
PS: Everything can be done via events and variables.
~Banned~