My Area Hak question?
Come here for tutorials and 3d training. The aim is to point out good 3d training sites or methods.

Moderators: Winterhawk99, Mermut, Bannor Bloodfist

coolmac55
Posts: 17
Joined: Sat Oct 07, 2006 5:14 am

Post by coolmac55 »

#include "nw_i0_generic"
void main()
{
object oPC = GetLastUsedBy();
string sIP = "IP address:5121";
string sPass = "password if any";
string sWP = "set entrance wp here";
int iSeam = TRUE;
if (!GetIsPC(oPC)) return;
ActivatePortal(oPC, sIP, sPass, sPass, iSeam);

That is a working portal.
you will need your IP and soem other info

OldMansBeard
Posts: 363
Joined: Sat Dec 17, 2005 7:11 pm

Post by OldMansBeard »

You can avoid the problem of the scripts not knowing your absolute IP address by using "127.0.0.1:" - that special IP address always means "this same machine".

Other than that, you now know as much as I do :)

User avatar
DM_Mask
Posts: 181
Joined: Sun Jul 18, 2010 4:44 am

Post by DM_Mask »

Image

OldMansBeard
Posts: 363
Joined: Sat Dec 17, 2005 7:11 pm

Post by OldMansBeard »

:sidesplit:

Post Reply