Jump to content

Home

transit to another module


Vox Kalam

Recommended Posts

Unless you are looking for something special, this should do it:

void main()
{
StartNewModule("my_module", "my_waypoint");
}

 

Just replace my_module by the name of the module you want to want to warp to. The waypoint information is optional, you only need to fill it if you want the PC to transit to a specific waypoint in the module.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...