Main Menu
  • Welcome to The RPG Maker Resource Kit.

[Solved] Remove item by variable (script call help)

Started by yuyu!, December 21, 2015, 06:43:57 AM

0 Members and 1 Guest are viewing this topic.

yuyu!

Hi, friends. :)

I've been working on a system for giving NPCs gifts, but seem to have run into a bit of a wall with MV's script calls. Does anyone know how to have items removed by variable? When using "select item" the item's id is stored in variable #12 and I would like to have a script call automatically remove the item by the id stored in that variable.

Here is what I tried (along with many variations of this):
$gameParty.loseItem($dataItems[$gameVariables[12]], 1);

I feel like I'm missing something simple. ;9 It didn't crash or anything...just didn't work. ;_;


On another note...I may just be calling MV scripts wrong or something? I tried to also have a script call within a conditional branch check variable values between numbers and that didn't seem to work either.

For example:
$gameVariables[12] >= 35 && $gameVariables[12] <= 40;

It's tough to get used to the script calls in a new engine. ;___;

[Spoiler=My Games and Art]
ℒℴѵℯ❤


My Artwork Thread

The Lhuvia Tales [Current]

Ambassador [Complete]

The Postman [Complete]

The Wyvern [Complete]

Phoenix Wright: Haunted Turnabout [Complete]

Major Arcana [Cancelled]

[/Spoiler]

&&&&&&&&&&&&&

$gameParty.gainItem($dataItems[$gameVariables[12]], -1);
&&&&&&&&&&&&&&&&

yuyu!


[Spoiler=My Games and Art]
ℒℴѵℯ❤


My Artwork Thread

The Lhuvia Tales [Current]

Ambassador [Complete]

The Postman [Complete]

The Wyvern [Complete]

Phoenix Wright: Haunted Turnabout [Complete]

Major Arcana [Cancelled]

[/Spoiler]

yuyu!

This is solved now. :3 Apparently you have to add ".value" and use parenthesis. I guess it's a JS thing. :B In case someone else tries this (you can also use "loseItem"):

$gameParty.gainItem($dataItems[$gameVariables.value(6)], -1);

The same goes for the conditional variables I tried to use:

$gameVariables.value(var) == 1 && $gameVariables.value(var) == 3;

Many thanks to boe and an RPGMakerWeb user by the name of Tommy Gun. ^_^

[Spoiler=My Games and Art]
ℒℴѵℯ❤


My Artwork Thread

The Lhuvia Tales [Current]

Ambassador [Complete]

The Postman [Complete]

The Wyvern [Complete]

Phoenix Wright: Haunted Turnabout [Complete]

Major Arcana [Cancelled]

[/Spoiler]

Mikuyaki

A topic that is very special I can not stop myself to read it. It's nothing new for me and many people.

yuyu!

I'm glad the topic that is very special could not stop yourself to read it. But sorry to hear it's nothing new for you and many people.

(Spambot banned) ;o

[Spoiler=My Games and Art]
ℒℴѵℯ❤


My Artwork Thread

The Lhuvia Tales [Current]

Ambassador [Complete]

The Postman [Complete]

The Wyvern [Complete]

Phoenix Wright: Haunted Turnabout [Complete]

Major Arcana [Cancelled]

[/Spoiler]

&&&&&&&&&&&&&

Not going to lie I was then not at the right forum. Thank you for sharing this post for the world I'll post it in my blog.
&&&&&&&&&&&&&&&&