RMMZ Is there a way (script code) to remove all items...

Indinera

Indie Dev
Veteran
Joined
Mar 13, 2012
Messages
2,490
Reaction score
1,177
First Language
French
... from for instance Item ID 25 to 101?
Same question for weapons and armors.
Thanks!
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,254
Reaction score
2,526
First Language
Portuguese - Br
Primarily Uses
RMMZ
Hi there!

The script call to lose an item is:
$gameParty.loseItem(item, amount, includeEquip)

So, if you want to remove several items Id:
For progressive Ids:

JavaScript:
for(let id = 25; id <= 101; id++){
    $gameParty.loseItem($dataItems[id], 99, false)
}

For non-progressive ids, you can create an array with the ids you want:

JavaScript:
const ids = [25, 34, 40, 30]

for(const id of ids){
    $gameParty.loseItem($dataItems[id], 99, false)
}

replace $dataItems with $dataWeapons or $dataArmors.
 

Latest Threads

Latest Profile Posts

Someone in a facebook group just corrected something I said, by saying exactly what I said. The mind boggles.
Less than 20 tiles remain in Inside_B that I need some kind of analogue of in my in custom Inside_B, and a whole 39 tiles that I didn't use and can thus make my own custom tiles or my own flavors of from other tile sheets.


Chapters advancing demonstration.
Main character roey will be revived after chapter 7, so the animations will be different after it
The title of the main characters will be ascended to celestial as well as wings and rings.
Next Up. The 2nd floor of the Western Academy!

Base:
Map012.png

With a little parallax magic *:



WestAcademyFl2.png


Anything you'd add?
BUwvmx.png


Introducing a new and exciting challenge mode!! Is our demo too easy? Did you get a rare pull and want to show off on stream? Please talk to the mysterious 2nd announcer who has 6 additional challenges PER ROUND! As a game developer, I struggled to complete some of the stage 2 challenges, so I hope you tactics fans have a blast!

Forum statistics

Threads
131,642
Messages
1,221,833
Members
173,385
Latest member
VoidKass1
Top