Shargast_PRC8/_module/Chapter 2/nss/lotr_portal_2.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

8 lines
167 B
Plaintext

//for LAN user
void main()
{ object oPC = GetLastUsedBy();
if( !GetIsPC( oPC)) return;
ActivatePortal( oPC, "62.167.237.11:5121", "ROS1", "WP_LOTR_OO2", TRUE);
}