• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The results of the game jam are out!
    See the Judge's Spotlight choices and vote for your favorites to win Community Choice Spotlight by the 28th! 🫙
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

Resource Cram-o-Matic 2.0

Vendily submitted a new resource:

Cram-o-Matic - Cram 4 items to make a new one!

This script adds in the Cram-o-Matic, the combinational machine from the SwSh Isle of Armor DLC.

You only need to call pbCramOMatic in an event, and the script will allow you to pick 4 items to convert. Canceling early returns the items.

Only items in CRAMOMATIC_ITEMDATA can be chosen.

CRAMOMATIC_ITEMDATA contains entries where the key is the symbol for the item and the value is an array of the item type (doesn't actually have to be a type) and...

Read more about this resource...
 
It's really not. The link for the v20/v21 version is the Go to Download button on the top right of the resource page.
The one in the page itself is specifically the v17/v18 version and is labelled as such.
Turns out I was having problems with pastebin in general, unable to load even their homepage.
But now everything seems to be working on my end, even without me doing anything 😅

Thanks for the great script and sorry if I caused any kind of annoyance, it wasn't my intention!
 
Is there a way to tweak the script so that he rates for the rarer Pokeballs increase with a variable or a charm? I'd like to make them scale with the player's badge count, and a charm seems like a good idea to add.
 
For some reason using the Cram-O-Matic crashes my game.

Exception: NoMethodError
Message: undefined method `[]' for nil:NilClass

***Full script:
pbCramOMatic

Backtrace:
CramOMatic:232:in `pbCramOMatic'
(eval):1:in `execute_script'
Interpreter:138:in `eval'
Interpreter:138:in `execute_script'
Interpreter_Commands:1177:in `command_355'
Interpreter_Commands:116:in `execute_command'
Interpreter:130:in `block in update'
Interpreter:86:in `loop'
Interpreter:86:in `update'
Scene_Map:167:in `block in update'

This doesn't always happen, but it does happen whenever I just toss in something random, like 1 Red Apricorn, 1 Wishing Piece, 1 Tiny Mushroom, and 1 Pearl. I can use it to make Pokeballs just fine, which is mainly what I wanted it for.
 
Back
Top