RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Theo - Inventory Secure

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 68
RMIDans ~
Inventory Secure
Version : 1.2
Type : Item add-on(?)

Introduction :
Inspired from Breath of Fire 4. This script allow you to secure current party inventory and clear them. It can be used for storytelling purposes. For example, first scene player will be role as Main Character. And the second scene player will be role as the antagonist.

Features :
  • Secure Inventory
  • Get Inventory
  • Merge Inventory

Screenshot
No need screenshot I think

Script:
Get it from here => http://pastebin.com/UytgNkms

How to use:
Put this script below material but above main. You will know the rest
Write these command in script call :
- secure_inv(n) >> secure current inventory. n is index where you put the secured inventory
- get_inv(n) >> get inventory from n index
- merge_inv(n) >> merge current inventory with n index

Credit:
You may credit me. TheoAllen

Note:
- I hope this script is useful for everyone
- If I've made some grammatical errors, it because my main language isn't english.
My scripts collection :
http://theolized.blogspot.com/
Sorry if I made it in Indonesian

Supporter of :


Make your own party composition based on 20 playable characters :

**
Rep: +0/-0Level 55
RMRK Junior
Thanks for this script and the other two you published! Really useful stuff =)

**
Rep:
Level 68
RMIDans ~
Thank you very much ~ ;D
Btw, I haven't tested yet. But I think it also compatible with VX ~
My scripts collection :
http://theolized.blogspot.com/
Sorry if I made it in Indonesian

Supporter of :


Make your own party composition based on 20 playable characters :

***
Rep:
Level 77
RMRK Junior
Doesn't seem to actually be creating the inventories...
Or maybe it's the conditional branch part that's messed up?

**
Rep:
Level 68
RMIDans ~
Is my script doesn't work?
Well, this is one of my very first script when I started to write RGSS3 script back then.
If it's really doesn't work, maybe I can just rewrite this script from scratch. Because, the workflow is really messed up
My scripts collection :
http://theolized.blogspot.com/
Sorry if I made it in Indonesian

Supporter of :


Make your own party composition based on 20 playable characters :

***
Rep:
Level 77
RMRK Junior
Actually, the problem seems to be breaking the database; the game treats items, and it seems only items, with an ID over 999 as though they don't even exist in the database.

***
Rep:
Level 72
The cloaked schemer
Most Promising Project 2014
Isn't that the limit on the database in the first place? You're going to need a database limit breaking script for that.

***
Rep:
Level 77
RMRK Junior
Isn't that the limit on the database in the first place? You're going to need a database limit breaking script for that.
That's exactly what I did...

**
Rep:
Level 68
RMIDans ~
I've not tested yet with database breaker script. But when I look at this script, it should be no problem I guess.
Both mine and game_guy's script has different roles.

Well, I've no idea what are u talking about. Maybe, it because of my bad english  :-\
My scripts collection :
http://theolized.blogspot.com/
Sorry if I made it in Indonesian

Supporter of :


Make your own party composition based on 20 playable characters :

***
Rep:
Level 77
RMRK Junior
Maybe a demo would help?

**
Rep:
Level 68
RMIDans ~
You don't even insert my script in that demo... :-/
My scripts collection :
http://theolized.blogspot.com/
Sorry if I made it in Indonesian

Supporter of :


Make your own party composition based on 20 playable characters :

***
Rep:
Level 77
RMRK Junior
You don't even insert my script in that demo... :-/
...Sorry, I'll fix that right up.

**
Rep:
Level 68
RMIDans ~
The demo looks going well. I don't see any problem there
My scripts collection :
http://theolized.blogspot.com/
Sorry if I made it in Indonesian

Supporter of :


Make your own party composition based on 20 playable characters :

***
Rep:
Level 77
RMRK Junior
Then it's probably something else...

I'll have to try and figure this out...

EDIT: Fixed it, it was a bug with one of MA's scripts.
« Last Edit: August 10, 2013, 11:51:10 AM by Wiimeiser »

****
Rep:
Level 43
Somewhat got a project? (\รด/)
GIAW 14: ParticipantParticipant - GIAW 11
This script works perfect with all the scripts I got and it is really needed for my RPG, because I use often flashbacks, where you momentary had the equipment of the future and the same was the other way. ;)
But thanks to your script this problem is gone. :) (\s/)

**
Rep:
Level 68
RMIDans ~
Quote
EDIT: Fixed it, it was a bug with one of MA's scripts.
Okay, then.

Quote
This script works perfect with all the scripts I got and it is really needed for my RPG, because I use often flashbacks, where you momentary had the equipment of the future and the same was the other way. ;)
But thanks to your script this problem is gone. :) (\s/)
Glad to help :D
inform to your friend if this script is useful
My scripts collection :
http://theolized.blogspot.com/
Sorry if I made it in Indonesian

Supporter of :


Make your own party composition based on 20 playable characters :

*
Rep: +0/-0Level 39
RMRK Junior
Omo! I've been looking for a script like this. Thanks!