Digital Paint Discussion Board

Development => Mapping => Topic started by: skitzo on July 09, 2008, 11:44:07 AM

Title: Multiple Teleporters
Post 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.
Title: Re: Multiple Teleporters
Post by: M-A-Zing on July 09, 2008, 12:01:09 PM
like more than one teleport leading to the same one, or just many different pairs of teleports?
Title: Re: Multiple Teleporters
Post by: skitzo on July 09, 2008, 12:12:12 PM
many different pairs
Title: Re: Multiple Teleporters
Post by: Laged on July 09, 2008, 12:14:42 PM
For example, the first pair would be "target/targetname" "teleport1", the second one would be "target/targetname" "teleport2" etc..
Title: Re: Multiple Teleporters
Post by: skitzo on July 09, 2008, 12:25:25 PM
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"?
Title: Re: Multiple Teleporters
Post by: M-A-Zing on July 09, 2008, 12:33:05 PM
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
Title: Re: Multiple Teleporters
Post by: skitzo on July 09, 2008, 12:43:16 PM
yay it worked thanks so much for the help guys. =]