A downloadable plugin

Download NowName your own price

Allows the user to link to a specific URL or email at the title screen or during the game. It can be used to link to the developer's site, contact email or the game's page.

1.USAGE EXAMPLE:

This plugin is quite simple. The parameters of the plugin can be set to add a new command option to the title screen below the Options command. On the parameters you can set the text for the command (first parameter) and the link to send the player when he selects the new command (third parameter). Note the second parameter can be set to true or false if you wish to add the command to the title screen or not.


The link to send the player can be normal url such as:

or an email link that will prompt the machine's default email system and automatically prepare an email to send (it works on any computer and mobiles). An example of a link to an email is:

  • mailto:OpheliaEnigmaUltimateCoder@gmail.com

2.SCRIPT CALL:

Either you set the command option on the title screen or not, you can use a script call to link to any link you wish during any moment of the game. The script call is as follows:

  • OpheliaEnigma.DeveloperLink.linkTo("https://opheliaenigma.itch.io/");


3.COPYRIGHT NOTICE:


This plugin is free to be used for non-commercial projects, however, for usage on commercial projects please visit https://opheliaenigma.itch.io/ and donate the amount specified for this plugin. Any doubt don't hesitate to contact me, OpheliaEnigma, either through the specified link or my email address: OpheliaEnigmaUltimateCoder@ gmail.com

StatusReleased
CategoryGame mod
Rating
Rated 4.5 out of 5 stars
(2 total ratings)
AuthorOpheliaEnigma
GenreRole Playing
Tagslink, RPG Maker, RPG Maker MV

Download

Download NowName your own price

Click download now to get access to the following files:

OpheliaEnigma_DeveloperLink.js 4 kB

Comments

Log in with itch.io to leave a comment.

Can this plugin have multiple links?

It could be done by editing a bit the plugin's code, but not by default unfortunately