Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: TP as Limit Breaker - Help needed
- Original author: Skelasoldier
- Original date: March 24, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/tp-as-limit-breaker-help-needed.59260/
- Source forum path: Game Development Engines > Legacy Engine Support > RPG Maker MV Support
Summary
Hello guys and gals of the Maker community, I have an idea that I'm trying to flesh out but unfortunately I don't know enough about Java to make it work. Let me start out by trying to show you what I'm attempting to do. At the end of every turn during a battle, I call a common event. { "lightbox_close": "Close",
Archived First Post
Hello guys and gals of the Maker community, I have an idea that I'm trying to flesh out but unfortunately I don't know enough about Java to make it work. Let me start out by trying to show you what I'm attempting to do.
At the end of every turn during a battle, I call a common event.
Protected download
That common event is supposed to check actor 1's TP, if it's about 60 he gets a state that allows him access to a skill type, if below 60 he loses access to that skill type. To check the TP I use $gameactors.actor[0001].tp > [60] in a conditional branch. Here is where I think the problem is, I'm not calling this correctly.
Protected download
The resulting error is below, I've been fussing with it for a while and can't get it to work properly. Any help is appreciated.
Protected download
Happy game making!
~Skela
At the end of every turn during a battle, I call a common event.
Protected download
That common event is supposed to check actor 1's TP, if it's about 60 he gets a state that allows him access to a skill type, if below 60 he loses access to that skill type. To check the TP I use $gameactors.actor[0001].tp > [60] in a conditional branch. Here is where I think the problem is, I'm not calling this correctly.
Protected download
The resulting error is below, I've been fussing with it for a while and can't get it to work properly. Any help is appreciated.
Protected download
Happy game making!
~Skela
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...


