NEED HELP WITH HORROR GAME! PLEASE

● ARCHIVED · READ-ONLY
Started by jordsagamerhd 5 posts View original ↗
  1. Hello ladies and gentlemen, my name is Jordan better known for my online allies as "Jordsagamerhd",

    So i'm working on a Horror/Mystery game(kind of like Mad Father) and i was working away on it the other night and i thought to myself,
    "wait did i change the menu?" and it turns out i didn't.... 


    Now i spent around 3-4 hours looking on the internet on how to make a simple menu or seeing if i can download a script or something,  ;_;  

    but nothing managed to work and that's when i stumbled on this page, everyone here seems rather nice so i thought hey maybe these guys/gals will help me out, So BASICALLY.... i  need a menu that just has Save, Load, Items and Exit... and i need to be told how to actually put them in without breaking the game ... :p   Sorry guys im new! 

    If you could help me that would be Brilliant! 

    Thanks everyone who reads this :)

    -Jord
  2. I've moved this thread to RGSSx Script Support. Please be sure to post your threads in the correct forum next time. Thank you.


    Did you search through the forums? I'm sure we've had several requests like this, and I know I've answered at least two of them.
  3. Shaz said:
    I've moved this thread to RGSSx Script Support. Please be sure to post your threads in the correct forum next time. Thank you.

    Did you search through the forums? I'm sure we've had several requests like this, and I know I've answered at least two of them.
    Like i said,i have no idea what im doing....  aha!  :guffaw: sad really ;_;

    I couldnt find anything, if you could link me that would be "ace".... :p :D

    Ok fixed it now! :D I can not seem to delete this post? aha! :D
  4. No, you cannot delete posts. If your query is solved, just click the Mark Solved button on the post that has the answer (NOT your post saying it's solved, unless you solved it yourself and provide the solution).
  5. While this may not be the most efficient way, here's one way to do it.

    Go to your Script Editor and under Window_MenuCommand , make the following changes to the following lines:

    #add_command(Vocab::skill, :skill, main_commands_enabled) #add_command(Vocab::equip, :equip, main_commands_enabled) #add_command(Vocab::status, :status, main_commands_enabled) end #-------------------------------------------------------------------------- # * Add Formation to Command List #-------------------------------------------------------------------------- def add_formation_command #add_command(Vocab::formation, :formation, formation_enabled)Note that all you need to do is to add the '#' symbol before each add_command line so that it gets "commented out" i.e. it won't be executed by the game.

    EDIT: Never mind, didn't notice that it was already solved.