generated from Jaysyn/ModuleTemplate
18 lines
662 B
Plaintext
18 lines
662 B
Plaintext
/* tp_inc
|
|
* by dluan on jan 2003 */
|
|
|
|
void SetTeleportLocation() {
|
|
object oMod = GetModule();
|
|
/* Set the TAG of the area where teleport could be applied */
|
|
SetLocalString(oMod, "TP_TAGAREA_001", "bakery");
|
|
SetLocalString(oMod, "TP_TAGAREA_002", "Bakery");
|
|
SetLocalString(oMod, "TP_TAGAREA_003", "Area003");
|
|
SetLocalString(oMod, "TP_TAGAREA_004", "Area004");
|
|
SetLocalString(oMod, "TP_TAGAREA_005", "Area005");
|
|
SetLocalString(oMod, "TP_TAGAREA_006", "Area006");
|
|
SetLocalString(oMod, "TP_TAGAREA_007", "Area007");
|
|
SetLocalString(oMod, "TP_TAGAREA_008", "Area008");
|
|
//SetLocalString(oMod, "TP_TAGAREA_009", "Area009");
|
|
}
|
|
|