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.
[VXA] Hover Alerts

0 Members and 1 Guest are viewing this topic.

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
What are you trying to get it to appear over? The problem could be that it is in a different viewport.

**
Rep: +0/-0Level 37
RMRK Junior
A fixed picture I use as a fog layer with Z value of 320.

Viewport o.o?
« Last Edit: October 12, 2014, 07:27:18 PM by Kyuukon »

やれやれだぜ。

*
Rep: +0/-0Level 34
RMRK Junior
I installed thi script to my game.
I would like to disable autogain and use it only on certain items. How to do it if it's possible? :)

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
Around line 182, you should see this:

Code: [Select]
  AUTOGAIN_HOVERALERTS_SWITCH = 5 #  The ID of the switch used to turn the
                                  # autogain feature on and off. If you never
                                  # want to use it, set this to 0.

So, if you never want to use it, set it to 0. If you want to use it sometimes, set it to any integer. Then you can control it by turning the in-game switch with that ID on or off.

There is currently no way to have it on all the time but only display for some items and not others.