Onairda Posted November 11, 2020 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 179 Reputation: 9 Joined: 12/30/16 Last Seen: Yesterday at 07:41 AM Share 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 Link to comment Share on other sites More sharing options...
0 Froost Posted November 11, 2020 Group: Donators Topic Count: 20 Topics Per Day: 0.01 Content Count: 122 Reputation: 140 Joined: 07/28/18 Last Seen: April 12 Share 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 Link to comment Share on other sites More sharing options...
1 Royr Posted November 11, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 90 Reputation: 34 Joined: 10/01/18 Last Seen: January 9, 2023 Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.