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.

Some help plz

khmp

Sponsor

Alright well first download the SDK you should be able to do that by following the link I posted above. You can install this script one of two ways. I'll take you the complete way so you don't need to hunt down or install the RSC script. Anyway once it's finished downloading run RMXP and open the 'Script Editor'(F11). Create an empty slot above main by right clicking Main and selecting insert. Now remember the SDK you downloaded extract to somewhere go to that directory and open the text file 'The RMXP Standard Development Kit 2.3 Complete.txt'. Select all the text (ctrl-a) and copy it (ctrl-v). Now go back to RMXP's Script Editor and select the open slot you just created. On the right side of the editor in the coding panel paste the code you just copied. Congratz you have just installed the SDK. Now with this installed paste any script that requires it below this slot by inserting empty sections below it. Also any custom script you make from now should fall below the SDK.

*WARNING* If you have edited any scenes by playing with the default scripts these changes will be overridden.

Good luck with it dark-archangel! :thumb:
 
In the event where your player finds something, add a "Script" command:

@>Script: sg_find_item(21)
:          : sg_find_item(32)
:          : sg_find_window

The first 2 commands 'queue' up the icon & name to be displayed.
The 3rd command displays the window.
Change the numbers to the Item number that you gave the player.
Use "sg_find_weapon( )", or "sg_find_armor( )" if you reward the player with
a weapon or armor.

Be Well

P.S. You don't need the SDK for this, but it won't hurt if you have it.
 

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