Skocz do zawartości
  • 0

Jak zrobić skrypt na tutorial?


Pytanie

12 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

on first join:

    teleport player to {Spawn.Tutorial}

command /ustawTT:

    permission: test.sk

    trigger:

        set {Spawn.Tutorial} to location of player

        send  "&cPoprawnie ustawiono spawn Tutorialu :)"

 

 

Odnośnik do komentarza
https://skript.pl/temat/22977-jak-zrobi%C4%87-skrypt-na-tutorial/#findComment-156250
Udostępnij na innych stronach

  • 0
on join:
	if {tt::%player%} isn't set:
		set {tt::%player%} to true
		if {tutorial} is set:
			teleport player to {tutorial} parsed as location
command /set-TT:
	trigger:
		set {tutorial} to "%location of the player%" parsed as location

 

Odnośnik do komentarza
https://skript.pl/temat/22977-jak-zrobi%C4%87-skrypt-na-tutorial/#findComment-156544
Udostępnij na innych stronach

  • 0
variables:
	{tp::playerfirstjoin} = 0
	{tp::potutorial} = 0
	{tp::tutorialstageone} = 0
	{tp::tutorialstagetwo} = 0
on first join:
	teleport player to {tp::playerfirstjoin}
		wait 10 seconds
	teleport player to {tp::tutorialstageone}
		wait 10 seconds
	teleport player to {tp::tutorialstagetwo}
		wait 10 seconds
	teleport player to {tp::potutorial}
	stop

command /settutorial: # USTAWIA GDZIE MA TEPAC PO PIEWSZYM WEJSCIU # 
	trigger:
		if player has permissions "admin":
		set {tp::playerfirstjoin} to location of player
		send "Pomyslnie ustawiles spawn na tutorialu"
		stop
command /settutorialstage1: # USTAWIA PIERWSZY STAGE TUTORIALU # 
	trigger:
		if player has permissions "admin":
		set {tp::tutorialstageone} to location of player
		send "Pomyslnie ustawiles pierwszy stage tutorialu"
		stop
command /settutorialstage2: # USTAWIA DRUGI STAGE TUTORIALU # 
	trigger:
		if player has permissions "admin":
		set {tp::tutorialstagetwo} to location of player
		send "Pomyslnie ustawiles drugi stage tutorialu"
		stop

command /setpotutorial: # USTAWIA SPAWN PO TUTORIALU #
	trigger:
		if player has permissions "admin":
		set {tp::potutorial} to location of player
		send "&aPomyslnie ustawiles spawn po tutorialu"
		stop
			

Nie testowałem, mogą być błędy, popatrz chwile na kod i może ogarniesz, nie musisz ustawiać tutorial stageów, wystarczy ze ustawisz tylko /settutorial, i /setpotutorial.

Odnośnik do komentarza
https://skript.pl/temat/22977-jak-zrobi%C4%87-skrypt-na-tutorial/#findComment-156573
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...