public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers
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: KSeized VX
  • Original author: kyonides
  • Original date: May 9, 2023
  • Source thread: https://forums.rpgmakerweb.com/threads/kseized-vx.157372/
  • Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS2 Scripts (RMVX)

Summary

KSeized VX Version 0.11.0 by Kyonides​ Introduction

Archived First Post

KSeized VX
Version 0.11.0

by Kyonides

Introduction

This scriptlet will allow you to "illegally" seize the party's items, weapons, armors, and gold at will.
Yeah, you can return them at any moment, but there might be a fee for keeping your money safe!

By the way, the demo's spokesman claims it is the most depressing demo for some weird reason. :S
Feel free to find out why he make such a preposterous claim.

The Embedded Instructions

Ruby:
# * Dialog Window Tags * #

# Leave a tag like one of the following options:
#   Total Seized Items or Weapons or Armors or Skills
#   \st(i) or \st(w) or \st(a) or \st(s)
#   Seized Gold
#   \sg

# * Script Calls * #

# Seize Items:     $game_system.seize_items!
# Seize Weapons:   $game_system.seize_weapons!
# Seize Armors:    $game_system.seize_armors!
# Seize Gold:      $game_system.seize_gold!

# Return Items:    $game_system.return_items!
# Return Weapons:  $game_system.return_weapons!
# Return Armors:   $game_system.return_armors!
# Return Gold:     $game_system.return_gold!

# Fee Percent the Government will charge you for keeping your money safe!
# - Number should be a positive Integer, i.e. 0 through 100
# KSeize.fee_percent = Number

Only the team leader will lose his or her skills by using the $game_system.seize_skills! call.

DOWNLOAD DEMO

Terms & Conditions

Free for use in any game!
Include my nickname in your game credits!
I actively reserve the right to reject any feature requests.
You cannot alter the plot of my demo!

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

Include my nickname in your game credits! I actively reserve the right to reject any feature requests. You cannot alter the plot of my demo!

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.

#rgss2#script-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar