Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Is teleport in cog possible?
Is teleport in cog possible?
2001-01-26, 1:09 PM #1
There was once a mod that could make you teleport. Is it something like

Move to frame (thing0((player)),5/8/1,

It better be, oterwise Ive made a major mistake in my level
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}
2001-01-26, 1:29 PM #2
Um, I hate to state the obvious,(or sound like an idiot because i just started editing like 2 months ago) but why not test out to see if your cog actually worked in your level?
2001-01-26, 1:37 PM #3
That will not work. You need to use TeleportThing(thing,thing);

------------------
-Hell Raiser
"I am not defeated so easily!"
Co-staffer of Rbots
-Hell Raiser
2001-01-27, 10:20 AM #4
I dont mean that. Basically, I WAS going to have the player thrusted up to the next floor, but I had to move things around and now I cant thrust player to that floor. I havent tried writing teleport or anything, yet. thank you hell raiser, Ill see if it works
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}
2001-01-27, 1:38 PM #5
there's a teleport cog from here at massassi that nightmare wrote. it works just fine. you define a sector as the teleport chamber and then put a ghost where you want the player to be teleported to, referencing the ghost when you place the cog. it's really easy. is that what you were looking for?
"the mouse is my chisel."
MotS mp:
Little House of Hazards
Surface Disposal Outpost

↑ Up to the top!