Hi there.

I wrote the script.
When a player touches the triggers will be teleported.
Below is the script.

PHP Code:
trigers_spawn()
{    
    
player self;
    
trig spawn("trigger_radius", (1242,2269,284),1,60,60);
    
    while(
true)
    {
        
trig waittill("trigger"player);
        
player iprintlnbold("^2`^7Trigger^2.");
            
self setorigin(1237,1110,250);
    }