Jump to content
  • 0

WarpPortal to the last save point


Question

Posted

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

  • 1
Posted
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.

  • MVP 1
  • 0
Posted
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;

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...