Skocz do zawartości
  • 0

Problem z WildSkript


Thorgal
 Udostępnij

Pytanie

Witam. Nie działa mi skrypt.

 

on skript load:
	set {_x} to "1"
	new Recipe {_x};
	{_x}.registerIngredient{1, none};
	{_x}.registerIngredient{2, 1 feather};
	{_x}.registerIngredient{3, none};
	{_x}.registerIngredient{4, 1 wheat};
	{_x}.registerIngredient{5, 1 wheat};
	{_x}.registerIngredient{6, 1 wheat};
	{_x}.registerIngredient{7, none};
	{_x}.registerIngredient{8, none};
	{_x}.registerIngredient{9, none};
	{_x}.registerResult{1 bread named "&6Chleb pospiechu"};
	{_x}.register{};
	

 Wywala on następujące błędy:
 

[18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{1, none}; (WEIRD FOODS.sk, line 4: {_x}.registerIngredient{1, none};')
[18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{2, 1 feather}; (WEIRD FOODS.sk, line 5: {_x}.registerIngredient{2, 1 feather};')
[18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{3, none}; (WEIRD FOODS.sk, line 6: {_x}.registerIngredient{3, none};')
[18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{4, 1 wheat}; (WEIRD FOODS.sk, line 7: {_x}.registerIngredient{4, 1 wheat};')
[18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{5, 1 wheat}; (WEIRD FOODS.sk, line 8: {_x}.registerIngredient{5, 1 wheat};')
[18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{6, 1 wheat}; (WEIRD FOODS.sk, line 9: {_x}.registerIngredient{6, 1 wheat};')
[18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{7, none}; (WEIRD FOODS.sk, line 10: {_x}.registerIngredient{7, none};')
[18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{8, none}; (WEIRD FOODS.sk, line 11: {_x}.registerIngredient{8, none};')
[18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{9, none}; (WEIRD FOODS.sk, line 12: {_x}.registerIngredient{9, none};')
[18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerResult{1 bread named "&6Chleb pospiechu"}; (WEIRD FOODS.sk, line 13: {_x}.registerResult{1 bread named "&6Chleb pospiechu"};')
[18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.register{}; (WEIRD FOODS.sk, line 14: {_x}.register{};')

Wszystko jest dobrze wgrane i dopasowane wersjami. Jakieś pomysły?

Odnośnik do komentarza
Udostępnij na innych stronach

2 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
on skript load:
	set {_x} to "1"
	new Recipe {_x};
	{_x}.Recipe.registerIngredient{1, none};
	{_x}.Recipe.registerIngredient{2, 1 feather};
	{_x}.Recipe.registerIngredient{3, none};
	{_x}.Recipe.registerIngredient{4, 1 wheat};
	{_x}.Recipe.registerIngredient{5, 1 wheat};
	{_x}.Recipe.registerIngredient{6, 1 wheat};
	{_x}.Recipe.registerIngredient{7, none};
	{_x}.Recipe.registerIngredient{8, none};
	{_x}.Recipe.registerIngredient{9, none};
	{_x}.Recipe.registerResult{1 bread named "&6Chleb pospiechu"};
	{_x}.Recipe.register{};

 

Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
 Udostępnij

  • Ostatnio przeglądający   0 użytkowników

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