This is a responder Simple Script. It allows an object, through interaction with a trigger Simple Script, to perform an action in the scene.
For an overview of Simple Scripts, see Simple Scripts user guide.
Details
Simple Teleport teleports the person who triggered the event either locally within the scene or to another experience.
Parameters
-> Local Teleport | When this message is received, teleport the person who interacted to somewhere within the scene. |
Destination | The destination within the scene to teleport to. |
Relative Position | If on, the destination position is relative to the object the script is on. If off, the destination is in scene coordinates regardless of the scripted object's position. |
-> Remote Teleport | When this message is received, teleport the person who interacted to another experience. |
Dest. Owner | Owner of the destination experience |
Dest. Scene | Handle of the destination scene (can be obtained from the scene URL) |
-> Enable | When this message is received, the script begins responding to events. |
-> Disable | When this message is received, the script stops responding to events. |
Start Enabled |
If on, this script responds to events when the scene is loaded. If off, the script will not respond to events until an -> Enable |
0 Comments