Re: Gonk This one is for you


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]

Posted by JED Master on June 29, 1998 at 10:08:13:

In Reply to: Gonk This one is for you posted by Kenobi on June 29, 1998 at 04:30:43:


: Thank you for the help on the transport cog. I've tried
: several ways to get it to work, but no good, so may I ask
: you this.
: 1) Switch = the switch serface of course.
: 2) Dest. (Thing) = the walkplayer right?
: 3) Dummy (Thing) = placed at the location to transport to, i.e.
: another sector. Right? Using a ghost or another
: walkplayer as the dummy thing? Right?
: 4) This cog can be used in mulit-palyer and single levels right?
: I assume you are very busy so thank you in advance

The dest is the thing to teleport too... dummy, I don't know. multiplayer/sp, no prob. A cog with less variables is


symbols
surface switch
thing destination
message activated
end

code
activated:
teleportthing(GetSourceRef(),destination);
return;
end

Of course, the command is probably wrong. But thats how simply it can be done.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]