Original Source
- Original title: IGM Woes yet again
- Original author: DarkFact
- Original date: March 31, 2014
- Source thread: https://forums.rpgmakerweb.com/threads/igm-woes-yet-again.25572/
- Source forum path: Game Development Engines > Legacy Engine Support > IGM Support
Summary
Alright now I have been using IGM for 4 years now. I'd think I would have seen this before but! I have the 1st Hiscore life set to 1000. Then 2nd to 1000. According to the help file when the score hits 1000, 2000, 3000, 4000, etc a life should be given. Yet I am not even getting the first life awarded. It's like the engine isn't even polling for or executing on that criteria. I suppose a long winded gadget would work but wanted to see if anyone else...
Archived First Post
UPDATE:
Ok just found a work around that is pretty flawless as far as I can tell.
STEP1:
You'll make a gadget that's invisible (animation frame set to 0 alpha and no collision.). This isn't a character it's to control the game flow.
You'll create an IDLE state. This is where it's polling is the score => hiscore 1st? when this is true it goes to the next step
STEP2:
Here the gadget tells it to add 1 extra life, then when complete it 100% apply ratio to the next and final step.
STEP3:
Here it adds the increment you want to the hiscore 1st memory. Advancing it to higher point than the current score. Once it does that it goes 100%
apply ratio back the IDLE where the process repeats looking for the score to breech the hiscore 1st threshold.
Each image shows the process as it moves through the event. This actually works and the values for the increments can be whatever you'd like.
Protected download
Protected download
Protected download
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator 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.
Topic Summary
Loading summary...


