HOW DO I CALL ANOTHER EVENT ON THE SAME MAP IN VX?
Posts
post=140546
How do I pan the screen in VX?
(If the answer is SCRIPTSSSSSS I am going to punch something)
There's a "Scroll Map" option in the "Movement" category of the Event Commands. Is this what you're looking for?
This is a rather specific question, but in YERD's Custom Skill Effects, for the Mix skill, I seem to be able to only mix once in battle. After that, any attempt to mix items just doesn't happen. The turn just has nothing happen.
Anyone encounter this before or have a fix?
EDIT:
It seems like I can only do this once per GAME. Like, once I use the Mix skill once, that's all she wrote. Something is not being reset properly, but hell if I can figure it out!
EDIT 2:
I figured it out wonders of wonders.
See if you can spot the problem.
Anyone encounter this before or have a fix?
EDIT:
It seems like I can only do this once per GAME. Like, once I use the Mix skill once, that's all she wrote. Something is not being reset properly, but hell if I can figure it out!
EDIT 2:
I figured it out wonders of wonders.
#---
if @active_battler.mix_item_1 == @active_battler.mix_item_1
@mix_item_flag = false if $game_party.item_number(item1) < 2
else
@mix_item_flag = false if $game_party.item_number(item1) < 1
@mix_item_flag = false if $game_party.item_number(item2) < 1
end
















