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.
Little help

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 89
Hay i was woundering if some one could tell me how to make your game full screen in rpgxp, im not sure if its a code or not so i posted it here

One way is to press Arl+Enter and it'll go fullscreen.

For a script put this on line 8 in "Main"

Quote
$showm = Win32API.new 'user32', 'keybd_event', %w(l l l l), ''
$showm.call(18,0,0,0)
$showm.call(13,0,0,0)
$showm.call(13,0,2,0)
$showm.call(18,0,2,0)


There, that should do it.

**
Rep: +0/-0Level 89
Thanks for the help... :wink: