- Joined
- Oct 13, 2015
- Messages
- 151
- Reaction score
- 38
- First Language
- English
- Primarily Uses
As it stands, I have 8 parallel processes running in common events at all times to get this to work, and it's really bogging my system down.
I was wondering if any of you could make this into a script instead? I'm currently learning Javascript, but I don't have the knowledge to do it myself at the moment (lacking a lot of terms for in game stuff as well). Hopefully I can also read the end product of this, and it will help me learn more about the code.
Basically what I have is a system that removes party members from your party when their mana hits 0, (mana in this game is used as a different resource) and prints on screen "[Name of actor] has succumbed to madness." This not only removes them, but also turns on a switch so that an event in town can be triggered, allowing them to rejoin your party once you return to the main hub.
If Actor 1 loses all his mana, he is teleported back to the main hub.
If anyone could write this for me, I'd really appreciate it. It would not only help my game run much smoother, but it would also greatly improve my knowledge of scripting in general.
Thanks for your consideration! Please let me know if you need any more details ^ ^
I was wondering if any of you could make this into a script instead? I'm currently learning Javascript, but I don't have the knowledge to do it myself at the moment (lacking a lot of terms for in game stuff as well). Hopefully I can also read the end product of this, and it will help me learn more about the code.
Basically what I have is a system that removes party members from your party when their mana hits 0, (mana in this game is used as a different resource) and prints on screen "[Name of actor] has succumbed to madness." This not only removes them, but also turns on a switch so that an event in town can be triggered, allowing them to rejoin your party once you return to the main hub.
If Actor 1 loses all his mana, he is teleported back to the main hub.
If anyone could write this for me, I'd really appreciate it. It would not only help my game run much smoother, but it would also greatly improve my knowledge of scripting in general.
Thanks for your consideration! Please let me know if you need any more details ^ ^
