Files
HeroesStone_PRC8/_module/nss/xx_travel_export.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

23 lines
410 B
Plaintext

// Travel Builder
// Present travel shortcut option menu
// Author : Proleric
// This is an example of how to export the PC's network position to a data base.
// Modified : 27-Mar-2007
#include "bh_travel_inc"
void main()
{
object oPC = GetPCSpeaker();
bhtExportTravelDataBase(oPC, "bhTravel");
// For demo purposes only, we then restart the module.
StartNewModule(GetModuleName());
}