Jump to content
  • 0

WarpPortal to the last save point


Onairda

Question


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.03
  • Content Count:  167
  • Reputation:   8
  • Joined:  12/30/16
  • Last Seen:  

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

  • 1

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  90
  • Reputation:   34
  • Joined:  10/01/18
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Donators
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   138
  • Joined:  07/28/18
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...