I was wondering if there is a script that you can put into dialog that will warp you to a certain area.
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.
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
Allright Ill check it out.
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");
}