- Joined
- Nov 18, 2013
- Messages
- 41
- Reaction score
- 4
- First Language
- English
- Primarily Uses
Hi everyone! i'm using Yanfly's skill cost script
http://yanflychannel.wordpress.com/rmvxa/battle-scripts/ace-battle-engine/
and I've been getting a weird error everytime i enter the skill screen in battle (containing the skill with the special skill cost)
https://imagizer.imageshack.us/v2/456x160q90/163/vplr.png
This is my setup for the skill:
http://yanflychannel.wordpress.com/rmvxa/battle-scripts/ace-battle-engine/
and I've been getting a weird error everytime i enter the skill screen in battle (containing the skill with the special skill cost)
https://imagizer.imageshack.us/v2/456x160q90/163/vplr.png
This is my setup for the skill:
<custom cost: 3x>
<custom cost colour: 0>
<custom cost size: 16>
<custom cost icon: 192>
<custom cost requirement>
$game_party.item_number($data_items[1])
>= 3
</custom cost requirment>
<custom cost perform>
$game_party.lose_item(($data_items[1]),3)
</custom cost perform>
<custom cost colour: 0>
<custom cost size: 16>
<custom cost icon: 192>
<custom cost requirement>
$game_party.item_number($data_items[1])
>= 3
</custom cost requirment>
<custom cost perform>
$game_party.lose_item(($data_items[1]),3)
</custom cost perform>
