Save-Point
KMostWanted XP - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html)
+---- Thread: KMostWanted XP (/thread-12620.html)



KMostWanted XP - kyonides - 08-21-2025

KMostWanted XP
Version 0.16.0

by Kyonides

Introduction

In RPG's it is very common to get quests that ask you to go arrest or kill a given target. Nobody would get surprised by that, right? Happy with a sweat
Thinking But what if some mysterious entity, usually known as the game developer, suddenly decides that either an actor or an enemy has become the most wanted Wanted Poster criminal right in the midst of your battle?

Well, now that's 100% possible! Happy with a sweat Go figures.

WARNING
It has to be MANUALLY ENABLED first via a script call!

Screenshots

Script Calls

Enable the Most Wanted feature:
Code:
$game_temp.mw_enabled = true

Block the Most Wanted feature after killing 1 Target in Current Battle:
Code:
$game_temp.mw_once_only = true

Allow the script to trigger the Most Wanted feature after n turns:
Code:
$game_temp.mw_sleep_turns = 0

NOTES for Version 0.15.x

Any special features will be disabled automatically after the battle ends.
If the target gets killed before time is up, the killer's team gets a bonus.
If the target is an actor and he or she survives, your party will earn some experience points then.
Both the killed and survived stamps can be customized.

NOTES for Version 0.16.x

Now the party and the enemy troop will keep track of your stats via the most_wanted_kills and most_wanted_escapes variables.
Escapes here just means that the target survived his or her enemies' attempts to hunt him or her down.


Terms & Conditions

Free as in Beer beer for non commercial Gamer games.
Include my nickname in your game credits.
That's it! Tongue sticking out