Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

help i dont know how to make this idea work

i`m new to this & i don`t learn too fast but i got PrexCraft-V2.0 & want to make a skill that calls the crafting menu (but only if you have the forge or oven) if any one could pleas help me id rilly be thankful
 

khmp

Sponsor

You only want to be able to reach the crafting scene if you have a specific item and activate said item. Am I reading that correct? If yes.

First go to the 'Common Events' tab. Create a common event and name it something like Forge or Oven leave the trigger as none. Add one event command, on the third page 'Script...'. Paste in the following line of code:
Code:
$scene = Scene_Craft.new('Forge')
Now go to your item database and go to the Forge or Oven entry and select the common event you just made in the list box.

The string of text inside the parenthesis is just something I thought of you can change it to reflect what you want the text to be at the top of the scene.

Good luck with it cloud read! :afro:
 
<scratching head...>

Does it only seem odd to ME... that a party would be carrying a forge or oven around with them? Or is this one of those 'playability' ambiguities?

If the forge is stationary, just call the script from a map event on the forge itself.

Be Well
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top