Frictional Games Forum (read-only)

Full Version: Teleporting Start
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
<removed><removed>
void TeleportPlayer(string& asStartPosName);
Instantly teleports the player to the target StartPos.


This one teleports you to a start area.. Im not completely sure what you are looking for
<removed><removed><removed>
1. Stop creating new threads for this topic Borthersvv09.

2. What on earth is an obby?
(08-06-2012, 10:24 PM)Traggey Wrote: [ -> ]1. Stop creating new threads for this topic Borthersvv09.

2. What on earth is an obby?
I looked up the definition, apparently it's from this game called "Roblox."
<removed><removed><removed>
"Obification" isn't a word.
<removed><removed><removed>
What...? No, it isn't. I've checked some of the major online dictionaries, and the closest word that "Obification" refers to is "Ossification", the developmental process of bone formation.

Also, Traggey is not spamming. If anyone is, YOU are.
(08-07-2012, 04:06 AM)lolmaster Wrote: [ -> ]What...? No, it isn't. I've checked some of the major online dictionaries, and the closest word that "Obification" refers to is "Ossification", the developmental process of bone formation.

Also, Traggey is not spamming. If anyone is, YOU are.
your name should be "trollmaster".
you imo sound like someone who just wants to put people down. which is pretty much trolling since it is online. just stick with obby and not change the topic?

void OnStart()
{
TeleportPlayer(PlayerStartArea_2);
}
Pages: 1 2