Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Opposite of \lastGet (Plugin Edit)
- Original author: ovate
- Original date: June 17, 2019
- Source thread: https://forums.rpgmakerweb.com/threads/opposite-of-lastget-plugin-edit.110107/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support
Summary
I try editing "Last Get" Text plugin for an opposite counterpart, "Loss Get" About "Last Get" Text plugin- When using \lastGet in Text, it'll display icon and item name in message. - Shows icon and item name in text
Archived First Post
I try editing "Last Get" Text plugin for an opposite counterpart, "Loss Get"
About "Last Get" Text plugin-
When using \lastGet in Text, it'll display icon and item name in message.
Features
- Shows icon and item name in text
- Also include text for gold increase
Example-
For "Loss Get"
On event page, I subtracted a potion by 1
Then Show Text: You lose \lossGet !
Also subtracted gold by this amount -1234
Follow by Show Text: You lost \lossGet !
However \lossGet appears like this in Text Window.
"You lose !"
"You lost !"
On \lossGet, the name and the icon suppose to show.
Note: Quantity of potion is more than 1 from the start. "Last Get" isn't affected.
"Last Get" and "Loss Get" appears to work together, there are no error popups.
\lastGet (original) download:
https://www.dropbox.com/s/oywgu4213fvaucf/Torigoya_TextLastGet.js?dl=1
\lossGet (edited) download:
https://www.dropbox.com/s/8otag963x9pd9bh/Torigoya_TextLossGet.js?dl=1
Edits I done are cheap with changing variable phrases.
Maybe the issue has something to do with this line?
About "Last Get" Text plugin-
When using \lastGet in Text, it'll display icon and item name in message.
Features
- Shows icon and item name in text
- Also include text for gold increase
Example-
For "Loss Get"
On event page, I subtracted a potion by 1
Then Show Text: You lose \lossGet !
Also subtracted gold by this amount -1234
Follow by Show Text: You lost \lossGet !
However \lossGet appears like this in Text Window.
"You lose !"
"You lost !"
On \lossGet, the name and the icon suppose to show.
Note: Quantity of potion is more than 1 from the start. "Last Get" isn't affected.
"Last Get" and "Loss Get" appears to work together, there are no error popups.
\lastGet (original) download:
https://www.dropbox.com/s/oywgu4213fvaucf/Torigoya_TextLastGet.js?dl=1
\lossGet (edited) download:
https://www.dropbox.com/s/8otag963x9pd9bh/Torigoya_TextLossGet.js?dl=1
Edits I done are cheap with changing variable phrases.
Maybe the issue has something to do with this line?
Code:
if (amount < 0) {
Features Mentioned
- Shows icon and item name in text
- Also include text for gold increase
- Example
- "lightbox_close": "Close",
- "lightbox_next": "Next",
- "lightbox_previous": "Previous",
- "lightbox_error": "The requested content cannot be loaded. Please try again later.",
- "lightbox_start_slideshow": "Start slideshow",
- "lightbox_stop_slideshow": "Stop slideshow",
- "lightbox_full_screen": "Full screen",
- "lightbox_thumbnails": "Thumbnails",
- "lightbox_download": "Download",
- "lightbox_share": "Share",
- "lightbox_zoom": "Zoom",
- "lightbox_new_window": "New window",
- "lightbox_toggle_sidebar": "Toggle sidebar"
- For "Loss Get"
- On event page, I subtracted a potion by 1
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...