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.

Minning script Im haveing some trouble.

i am having some trouble using this script and im not sure how to use it to allow me to mine

do u know how to make it so i can call a script so i can mine???


Code:
#==============================================================================
# â–  Mining Engine and Smithing Engine
#------------------------------------------------------------------------------
#  By: Near Fantastica
#   Date:  20/1/04
#   Press X to dig for jems and ore calculates return based on terrian values and mining Level
#   Upgrade a weapon with ore and gold for higher damage and more alment slots
#   Alment a weapon with jems to add elemental damge to it
#==============================================================================

 
class  Scene_Title
#--------------------------------------------------------------------------
# â—
 

khmp

Sponsor

First scan through the script and delete every code line that has this:
Code:
self.contents.font.name = $defaultfonttype
self.contents.font.size = $defaultfontsize
They will give you errors. Then once that is done create an event that uses "Script..." and have this line:
Code:
$scene = Scene_Synthesis.new
To actually "mine" hit the 'X' key which I think is A.

Good luck with it rickster090! :afro:
 

khmp

Sponsor

The script doesn't provide feedback if you find anything. So it may appear that it isn't working. That's why you change the scene to Scene_Synthesis. There it will show everything you've mined.
 

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