Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Caterpillar Script
#1
Demo
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
Instructions:

Independent movement:

Input the following in a script command before the Move Route:
Code:
$game_temp.transfer_move_route = i
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:
Code:
return_train_to_player
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:

Code:
TRANSPARENT_SWITCH = 10
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!

UNSUPPORTED SYSTEM.
This script is no longer supported by its creator.
Reply }


Messages In This Thread
Caterpillar Script - by ccoa - 03-07-2008, 06:12 AM
RE: Caterpillar Script - by DuongCool - 08-29-2012, 04:40 AM
RE: Caterpillar Script - by DerVVulfman - 08-29-2012, 04:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Text Scroll Script - Enhanced DerVVulfman 23 30,036 02-18-2021, 04:16 AM
Last Post: DerVVulfman
   Cursor Script Selwyn 7 13,263 09-28-2019, 02:13 PM
Last Post: DerVVulfman
   ACBS FIX SCRIPT #2: Advanced Cry Correction DerVVulfman 1 4,011 08-09-2019, 03:42 PM
Last Post: aeliath
   ACBS FIX SCRIPT #1: Victory Cries Patch DerVVulfman 1 3,976 08-08-2019, 02:53 PM
Last Post: aeliath
   Archived Script Listings DerVVulfman 9 34,043 01-08-2019, 04:27 AM
Last Post: DerVVulfman
   Spritesheet Generator Conversion Script DerVVulfman 0 3,662 11-21-2018, 04:48 AM
Last Post: DerVVulfman
   Neo Mode 7 Script by MGCaladtogel MGC 59 112,255 09-29-2017, 03:48 AM
Last Post: DerVVulfman
   Longer Script Calls LiTTleDRAgo 0 4,426 05-17-2017, 12:36 AM
Last Post: LiTTleDRAgo
   SLOLS: Snake Look-alike on Load Script Zeriab 3 10,282 05-14-2017, 06:25 PM
Last Post: LiTTleDRAgo
   H-Mode7 Caterpillar Chaotech Games 8 17,446 03-10-2017, 12:19 AM
Last Post: Lizzbutt



Users browsing this thread: