Re: Teleportation


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

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

:


: Good Luck!
: --Pele

That works, eh? I was wondering about that too


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 ]