Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Warp Script

Page: 1 of 1
 Holty1-5
03-02-2010, 12:47 PM
#1
Ok i need a script for K1 and K2 i will use in the future.

Doors warp from one door to another so what is the warp script???

so when putting Custom Modules in game the user doesnt have to enter a warp script to get to the new module?
 Star Admiral
03-02-2010, 1:05 PM
#2
Use something like this:

void main() {
StartNewModule( "module_name", "starting_waypoint" );
}

You can put the script name in a NPC dialog or a door to have the player warped to the custom module.

- Star Admiral
Page: 1 of 1