I mean via a script. Such as this one:
Code:
void main(){
object oPC=GetFirstPC();
vector vecTemp=Vector(30.81667,31.90966,1.75500); //This is the position that the PC will reappear in within the Module, get this from the whereami armband
location locDestination=Location(vecTemp,0.0);
NoClicksFor(1.0);
AssignCommand( oPC,ActionJumpToLocation(locDestination));
}
To explore random locations I normally attatch it to an NPC dialogue.