Digital Paint Discussion Board
Development => Mapping => Topic started by: skitzo on July 09, 2008, 11:44:07 AM
-
OK so I've found a guide on how to make a teleport but I'm just wondering what the key and values would be to set the different destinations for more than one teleport.
-
like more than one teleport leading to the same one, or just many different pairs of teleports?
-
many different pairs
-
For example, the first pair would be "target/targetname" "teleport1", the second one would be "target/targetname" "teleport2" etc..
-
so the key for the sender would be like "teleport" and the value would be "1" and the receiver would be key "target" value "teleport1"?
-
first you make the misc_teleporter, then add key target value teleport1 then make a misc_teleport_dest and then add key targetname value teleport1
-
yay it worked thanks so much for the help guys. =]