Tutorial - RPG Maker MZ - Simple Scripts

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 23

  • @zombiekidzrule
    @zombiekidzrule 2 роки тому +4

    Another great tutorial! I hope you keep making these. Videos that give simple explanations of scripts are extremely helpful and useful. I am just learning and I want to learn to do as much as possible without plugins. You go at a great pace and give detailed explanations. Thanks again!

  • @NiseGen-13
    @NiseGen-13 4 місяці тому +1

    This is the scripts that I am looking for. Thank you so much!!!

  • @aidanjanemcintosh6919
    @aidanjanemcintosh6919 3 роки тому +2

    Oh, thank you so much. I didn't want to do anything you did on the video, but this is the most helpful video I can get about writing a script in RM. I haven't tried it yet but what you explained made sense and I can picture it would work with my game. Also thanks for the spreadsheets.

  • @blindedjourneyman
    @blindedjourneyman Рік тому +1

    OH MY GOD IM SUCH A DUNCE! thank you my fren was trying to get it thru to me this makes so much sense now ugh I feel so bad lol

  • @mauigamestudio
    @mauigamestudio 2 роки тому +2

    I love this video. I watched it like twice. I found some stuff I can use for my game in here. Keep up the good content.

  • @KadirYilmaz55
    @KadirYilmaz55 2 роки тому +2

    Great video, i hope new script tutorials come

  • @namelessl.w.3476
    @namelessl.w.3476 3 роки тому +1

    This'll be so helpful! Thank you so much! :D
    Subscribed!

  • @Azihayya
    @Azihayya 3 роки тому +1

    Awesome!

  • @dlady1147
    @dlady1147 3 роки тому +1

    Please make more videos you make it so easy to understand.

    • @heroslegendstudios1658
      @heroslegendstudios1658  3 роки тому

      Doing my best to create more videos when I can. Thank you for your support. More Javascript videos will be coming

  • @carlogustavovalenzuelazepe5774

    can I write functions and classes inside that script textbox? also those functions allow parameters ?

    • @heroslegendstudios1658
      @heroslegendstudios1658  Рік тому

      Yes you can write functions, classes, variables, loops but they are only available in that script itself.

  • @Midnight_1443
    @Midnight_1443 3 роки тому +1

    Is it possible to do multiple codes in one script? How does that work? I was trying to get a Wait before controlling a Self Switch.

    • @heroslegendstudios1658
      @heroslegendstudios1658  3 роки тому +1

      I believe script statements can be separated by semicolon ; but you can always do multiple scripts in one event. There is a Wait event available that can be used. Putting a Wait in a script can be tricky. What are you trying to accomplish?

    • @Midnight_1443
      @Midnight_1443 3 роки тому +1

      @@heroslegendstudios1658 Thank you. I already figured it out. Was trying to get doors that open when touched, and closes after.

  • @skate472969
    @skate472969 3 роки тому +2

    👍

  • @humanoid144
    @humanoid144 2 роки тому +1

    How do I add custom scripts? I am trying to make a pacman game and need to add a script to make the pacman cross from one side of the screen to the other.

  • @linuxsever5727
    @linuxsever5727 2 роки тому +2

    (6-1+1) all are in the same parentheses is nonsense. Its the same thing just typing 6. I think there are no coder between people who watching this video.

    • @heroslegendstudios1658
      @heroslegendstudios1658  2 роки тому

      Please read the description for the equation used. Thanks

    • @linuxsever5727
      @linuxsever5727 2 роки тому +3

      @@heroslegendstudios1658 I understood what did you made wrong. That's why I wrote to here to warn others.

    • @carlogustavovalenzuelazepe5774
      @carlogustavovalenzuelazepe5774 Рік тому

      @@linuxsever5727 he just had to remove a parenthesis lol also the function he used looks like one of the functions shown in MDN mozilla

    • @MindSorcery
      @MindSorcery Рік тому

      It wouldn't work properly either, the max never showed up. You had to add 1 on the max number. But the one he wrote in the comment works like a gem@@carlogustavovalenzuelazepe5774