Sonic Destiny
dealer of Retribution.
Im wondering, in Srb2 doom builder how do you make a teleporter or place one, and how do you put in the teleporter destination?
Sonic Destiny said:Im wondering, in Srb2 doom builder how do you make a teleporter or place one, and how do you put in the teleporter destination?
Thank you so much Ash!!!Ash said:Make a control sector. Make one linedef have a "Teleport Player to Tagged Sector" special (104) and a different linedef have a Trigger special (Continuous: 96).
The sector you want the player to use to be teleported must have:
-Sector type that can be any of the following from 967 - 975 (Trigger Linedef Executor; floor touch should work for you)
-Tagged with the "Trigger Linedef Executor" linedef
The sector you want the player to be teleported to must have:
-Teleport Destination thing
-Tagged with the linedef that has the special 104
That should work.
Sonic Destiny said:EDIT: but im trying to do something else, i want to make it so when sonic steps on the platform he transforms, but for some reason i dont know how to tag sectors? can you explain to me what you mean by tagging?
EDIT2: my last question is... why wont my thok barrier work? it only works on 2 sides of the thok barrier sector.