03-07-2008, 06:12 AM
Demo
Caterpillar Script
Features:
Independent movement:
Input the following in a script command before the Move Route:
The next move route will be applied to train actor i (no matter which event it says its for), where i is the numerical order of the actors. So if your party is Arshes, Gloria, Basil, and Felix, in that order, Gloria is 1, Basil is 2, and Felix is 3.
Return actors to position:
Place this in a script command:
The train actors will begin walking back to the player's position. If you want the game to "freeze" until they do, use a Wait for Move's Completion command.
Make actors invisible:
You can change the number of the switch that makes the train actors invisible in Global Stuff, by changing this line:
Turning on that switch number will cause the actors to vanish.
Note: Not interested in developing this further. Bug fixes only, please, not suggestions for features. Thanks!
Caterpillar Script
Features:
- Move any train actor independently of the train using Move Route commands
- Return actors to player position with one command
- Make train actors invisible with a switch
Independent movement:
Input the following in a script command before the Move Route:
Code:
$game_temp.transfer_move_route = i
Return actors to position:
Place this in a script command:
Code:
return_train_to_player
Make actors invisible:
You can change the number of the switch that makes the train actors invisible in Global Stuff, by changing this line:
Code:
TRANSPARENT_SWITCH = 10
Note: Not interested in developing this further. Bug fixes only, please, not suggestions for features. Thanks!
UNSUPPORTED SYSTEM.
This script is no longer supported by its creator.
This script is no longer supported by its creator.