Northern49
Member
Unresolved issue in http://www.rmxp.org/forums/showthread.php?t=26174
How do I place what Sir Lord Biowulve posted inside a Call Script and have it fit? I'm so tired of how small the call script box is...I'm sure I'm not the only one...
I cant fit this into call script. It causes a syntax error.
How do I place what Sir Lord Biowulve posted inside a Call Script and have it fit? I'm so tired of how small the call script box is...I'm sure I'm not the only one...
Code:
$hud = {
"hp" => $game_actors[1].hp * 100 / $game_actors[1].maxhp
"mp" => $game_actors[2].sp * 100 / $game_actors[2].maxsp
}
$game_screen.pictures[ID].move(frames, origin, X, Y, $hud["hp"], height, opacity, blending)
I cant fit this into call script. It causes a syntax error.