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.

How do I change a system SE?

Specifically, how do I change the shop sound effect?

I think I need to call a script something like:

$data_system.shop_se="007-System07"

but I don't know what format to put the se name in.
Any help would be much appreciated.

bruisehound
 
Thank you, Slipknot.

Sorry, Aria, that I did not clarify that I was asking about and in game change.

Edit: Hey, here's a related question. Is there a way to change the command names for the shop inside game...so that instead of saying "Buy" it said "Transform" for instance?
 
Thanks, Mac. Again, I should have been more clear I guess, though. I mean in game. Is there a way I can have an event call script to do that or do I need to use a nasty workaround?
 
Replace that code with this:
Code:
@commands = [$game_variables[6], "Sell", "Exit"]

Then use the Call Script command and type something like this:
Code:
$game_variables[6] = 'new command'
 

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