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?
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