- Joined
- Oct 25, 2014
- Messages
- 9
- Reaction score
- 0
- First Language
- English
- Primarily Uses
Yup.Is your error really like this?
Unable to find file: Graphics/Battlers/_
Yup.Is your error really like this?
Unable to find file: Graphics/Battlers/_
Alright I'll send it but I'd prefer it to be done over the messaging system if that is alright.Now that's pretty weird. It might be another bug I'm unaware of. Send me the project and let what can I do.
Consider getting AdBlockPlus for your browser. Otherwise, use the mirror.Got a crap load of viruses, spam ads, and spyware after I clicked on the link.
Reported. Check your link.
Possible. You could make your action sequence like thisAlso, with one of the commands, the "If" command and the else, is it possible to add more than one command in the else part?
"Action" => [[],[:if "condition", # If true [ [:command, ...], [:command, ...], [:command, ...], [:command, ...], [:command, ...], ], # Else part [ [:command, ...], [:command, ...], [:command, ...], [:command, ...], [:command, ...], ],],],
"K-Item" => [
[:case, {
"id == 1" => [
[ose, 3, 9, 6],
[ose, 3, 10, 6],
[ose, 3, 11, 6],
[ose, 3, 10, 6],
],
"id == 2" => [
[ose, 3, 9, 6],
[ose, 3, 10, 6],
[ose, 3, 11, 6],
[ose, 3, 10, 6],
],
"id == 3" => [
[ose, 3, 9, 6],
[ose, 3, 10, 6],
[ose, 3, 11, 6],
[ose, 3, 10, 6],
],
}], ],