8 lines
167 B
Plaintext
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);
|
||
|
}
|