Functions Documentation
View Function Edit Function
Name sysCreateStargate
Syntax (sysCreateStargate classID posVector gateID destNodeID destGateID) -> stargate
Argument List ClassID: apparently the UNID of the stargate
posVector: the position of the gate
gateID: the gate ID
destNodeID: the Destination ID
destGateID: the destination gate ID (what it links to in the other system)
Returns the stargate obj
Category system
Description Used to create stargates.
Example taken from &ssHuaramarca;
(sysCreateStargate 
&stUnchartedMajellenStargate;
(sysVectorRandom Nil (random 1200 1500) 300 "t")
"GateToHuaramarca"
"Huaramarca"
"Inbound"
)
Comment This thread provides more information on system topology: http://neurohack.com/transcendence/forums/viewtopic.php?f=8&t=4007