Help - Search - Members - Calendar
Full Version: Limited script box
RPG RPG Revolution Forums > Game Engines > RPG Maker XP Discussion
Tsukihime
What are ways to get around the small script command?
For example if I wanted to write a big if/else branch.
Night5h4d3
You'd be better off writing the function in the script editor, then calling it with the 'call script' box.
stripe103
You can use a script if else branch by using a normal Conditional Branch event command and then choose "Script..." on the last page.
Otherwise I think the best thing is to use variables such as
CODE
x = $game_player.x
y = $game_player.y
$game_map.passable?(x, y, 0)

But there is no legal workaround for making it bigger in any way.
There are patches for it but as I said, they aren't legal. If I remember right at least.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.