Shargast_PRC8/_module/Chapter 1/nss/beginings_portal.nss

8 lines
166 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
//for externals
void main()
{ object oPC = GetLastUsedBy();
if( !GetIsPC( oPC)) return;
ActivatePortal( oPC, "62.167.237.11:5121", "", "WP_BEGINNINGS", TRUE);
}