AlxRam Posted September 17, 2016 Share Posted September 17, 2016 What does this do? (see image). Can I actually make a door that teleports to random locations that I specify? The only option is to right click and delete, and I can't drag anything in there. http://alexramon.com/RandomTeleport.jpg Link to comment Share on other sites More sharing options...
EveningTide Posted September 17, 2016 Share Posted September 17, 2016 (edited) I'm thinking that's unused, since a teleport marker is programmed to go to only one place. You could script a door to randomly teleport someone(ala MoveTo, with an array of markers and/or if statements through usage of RandomInt, placed into different cells passed into it, in theory), via OnActivate, but that's it. Edited September 17, 2016 by EveningTide Link to comment Share on other sites More sharing options...
AlxRam Posted September 18, 2016 Author Share Posted September 18, 2016 I'm thinking that's unused, since a teleport marker is programmed to go to only one place. You could script a door to randomly teleport someone(ala MoveTo, with an array of markers and/or if statements through usage of RandomInt, placed into different cells passed into it, in theory), via OnActivate, but that's it. Ah that makes sense. Too bad. I may learn to do the script option, gives me some cool ideas. Link to comment Share on other sites More sharing options...
EveningTide Posted September 19, 2016 Share Posted September 19, 2016 (edited) Scripting can be addicting.. but it also can be very frustrating.. so sometimes it's ok to look for other means to doing something you want. Edited September 19, 2016 by EveningTide Link to comment Share on other sites More sharing options...
Recommended Posts