Help with function

01/20/2013 22:36 Metin2Universe#1
What function i can use to teleport a members of a party? I need to teleport the party members to the dragon room:
Coords.
Index - X - Y
73 1774 12204

Thanks ;)
01/22/2013 14:57 .Remix#2
PHP Code:
when xxx.chat."Into room?" begin
    
if party.is_party() then
        local a 
select("Yes","No")
            if 
== 1 then
                d
.new_jump_all(indexxxxyyy)
        else
        
end
    
else
    
end
end