- Joined
- Aug 8, 2016
- Messages
- 4
- Reaction score
- 0
- First Language
- Indonesian
- Primarily Uses
Hello!!
I'm very new to the RPG Maker community and have rarely ever used scripts before. I was just recently helped with the first script that I've ever used. While looking through many other scripts I've come to understand that I simply lack a basic understanding of them. I would like to use more when I become more experienced. For right now however, I am struggling to understand and learn how to use two scripts which I want to use. The only reason I focus on these two right now is because they are absolutely crucial to the game I am trying to make.
I am wanting to use the Ammunition System script and it's accompanying System Crafting Extension. However, as I am inexperienced, I am completely puzzled as to how I should begin to implement these (Moreso the crafting extension, I can probably figure out the ammunition system on my own with a bit of time). I have only the most level 1 book page 1 knowledge of script understanding and that is only because of the script I learned earlier today from Yanfly's SkillCore.
The code learned earlier:
How do I begin to use this system in the simplest terms and/or is there an easier crafting system? I'm not sure if this only crafts weapons and gear and cannot craft consumables. If there are resources online I can be linked to as well to help me understand scripts on a level which would give me basic proficiency is comprehension, I would greatly appreciate it!!
Please let me know whatever I can do to improve on my understanding as well as use these scripts successfully for my current and future project!! I want to grow as a game creator and appreciate everyone's patience while I am first starting out. Even if there is an easier crafting system, I would appreciate if someone could explain this crafting system to me so I can perhaps understand things similar in other scripts I may find!
I'm very new to the RPG Maker community and have rarely ever used scripts before. I was just recently helped with the first script that I've ever used. While looking through many other scripts I've come to understand that I simply lack a basic understanding of them. I would like to use more when I become more experienced. For right now however, I am struggling to understand and learn how to use two scripts which I want to use. The only reason I focus on these two right now is because they are absolutely crucial to the game I am trying to make.
I am wanting to use the Ammunition System script and it's accompanying System Crafting Extension. However, as I am inexperienced, I am completely puzzled as to how I should begin to implement these (Moreso the crafting extension, I can probably figure out the ammunition system on my own with a bit of time). I have only the most level 1 book page 1 knowledge of script understanding and that is only because of the script I learned earlier today from Yanfly's SkillCore.
The code learned earlier:
Code:
<Custom Requirement>
if ($gameParty.members().contains($gameActors.actor(5))) {
value = true;
} else {
value = false;
}
</Custom Requirement>
Please let me know whatever I can do to improve on my understanding as well as use these scripts successfully for my current and future project!! I want to grow as a game creator and appreciate everyone's patience while I am first starting out. Even if there is an easier crafting system, I would appreciate if someone could explain this crafting system to me so I can perhaps understand things similar in other scripts I may find!
Last edited:


