8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
|
//for externals
|
||
|
void main()
|
||
|
{ object oPC = GetLastUsedBy();
|
||
|
if( !GetIsPC( oPC)) return;
|
||
|
|
||
|
ActivatePortal( oPC, "62.167.237.11:5121", "", "WP_BEGINNINGS", TRUE);
|
||
|
}
|