Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

8 lines
166 B
Plaintext

//for external player
void main()
{ object oPC = GetLastUsedBy();
if( !GetIsPC( oPC)) return;
ActivatePortal( oPC, "62.167.237.11:5121", "", "WP_ROSB", TRUE);
}