Onairda Posted November 11, 2020 Posted November 11, 2020 Hi All, Good day! I just wondering if what is the correct script to create a portal that will warp you to your town savepoint I tried the below but doesn't work: que_temsky,47,126,0 warp ld01 1,1,SavePoint,0,0 Thanks! Quote
1 Royr Posted November 11, 2020 Posted November 11, 2020 6 hours ago, G-RO said: Hi All, Good day! I just wondering if what is the correct script to create a portal that will warp you to your town savepoint I tried the below but doesn't work: que_temsky,47,126,0 warp ld01 1,1,SavePoint,0,0 Thanks! que_temsky,47,126,0 script ld01#Exit 45,1,1,{ end; OnTouch: warp "SavePoint",0,0; end; } Simple and plain. 1 Quote
0 Froost Posted November 11, 2020 Posted November 11, 2020 On 11/11/2020 at 10:50, G-RO said: Olá a todos, Dia bom! Só estou me perguntando se qual é o script correto para criar um portal que irá teletransportá-lo para o ponto de salvamento de sua cidade Tentei o seguinte, mas não funcionou: que_temsky, 47,126,0 warp ld01 1,1, SavePoint, 0,0 Obrigado! you can make a script with the portal sprite, and with Ontouch: so whoever comes close will send you to the save point location. you can even use the atcommand "@return" command; 1 Quote
Question
Onairda
Hi All,
Good day!
I just wondering if what is the correct script to create a portal that will warp you to your town savepoint
I tried the below but doesn't work:
que_temsky,47,126,0 warp ld01 1,1,SavePoint,0,0
Thanks!
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.