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.

Kotor Making your PC warp to an area

Page: 1 of 1
 Fallen Guardian
10-06-2010, 12:31 AM
#1
I was wondering if there is a script that you can put into dialog that will warp you to a certain area.
 TimBob12
10-06-2010, 2:23 AM
#2
There is, although I can't remember it off thet op of my head. It is in RedHawkes jawa shop mod. I'll get back to you.
 Seikan
10-06-2010, 9:43 AM
#3
Well for example, on the taris bar, for the duelings, there is a script to warp you to the arena, so you could look at that script to have an idea of how it works :p
 Fallen Guardian
10-08-2010, 10:28 AM
#4
Allright Ill check it out.
 harIII
10-08-2010, 12:52 PM
#5
Here you go. Where is says module put in the name of the module you want to warp to and where it says waypoint enter the name of a waypoint in that module if you want to start out at a different location than the default spawn point.

void main() {
StartNewModule("module, waypoint");
}
 Fallen Guardian
10-08-2010, 6:35 PM
#6
Thanks har.
Page: 1 of 1