Help with Scripting

● ARCHIVED · READ-ONLY
Started by Sydafexx 3 posts View original ↗
  1. I know absolutely nothing about scripting and have minimal experience in the field entirely of creating anything via programming. I'm trying to figure out how to import his engine and incorporate custom equipment slots as well as a custom battle system (visual battlers for example).

    I have absolutely no idea how this is done and while seeking for a guide on the process of doing it I found his post on Yanfly's website where he explains he won't do tutorial videos. 

    This is what I have so far, pretty sure it's completely wrong.

     In my example photos what I was trying to do was add an extra equipment slot for a cloak.

    I put the core engine in and then placed everything where I thought it should go but it didn't work at all.

    I'm not really looking for a simple answer on how it's done, if you could help me figure out how to do it on my own with any script I'd love you forever <3

    Ex1.jpg

    Ex2.jpg

    Ex3.jpg
  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.


    "his engine"? Who is "his"?


    Add a link to the script please.
  3. the # is the script command for "ignore the following, it's a comment and not a command".


    That is not part of the notetags, you need to remove the # at the beginning of your notetags.


    Same goes with "string", that is a placeholder to be replaced with what you want, not a regular part of the notetag.


    Do not copy the complete lines from the script into the notebox, but follow the script's instructions on how to change them to make what you want.