Posted by Justin0 on June 14, 1998 at 15:35:17:
In Reply to: Re: Teleportation posted by Pele on June 14, 1998 at 02:18:16:
:
: #This cog will teleport player when crossing an adjoin to a ghost thing: flags=0x240
: symbols
: message crossed
: thing ghostloc
: surface crossme
: end
: code
: crossed:: If(GetSourceRef()!=GetLocalPlayerThing()) Return;
: TeleportThing(GetLocalPlayerThing(), ghostloc);
: return;
: end:
That works, eh? I was wondering about that too