Jump to content

Quest compiling: when doesn't have begin-end clause. ([)


Recommended Posts

  • Premium

Either part of that array doesn't exist or pc.get_language() doesn't return a valid element index from inside that array. The syntax is valid.

  • Lmao 1

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

1 hour ago, Syreldar said:

Either part of that array doesn't exist or pc.get_language() doesn't return a valid element index from inside that array. The syntax is valid.

I get this error on the stage of compiling the quests.This function works pretty well on other quests with a differend syntax.

Here is a line that works pretty well:

Spoiler

                say_title(gameforge[pc.get_language()].arena_manager._20_sayTitle)
 

I think it's a qc bug or something like this.

Link to comment
Share on other sites

  • Premium
1 hour ago, dotMatryx said:

I get this error on the stage of compiling the quests.This function works pretty well on other quests with a differend syntax.

Here is a line that works pretty well:

  Hide contents

                say_title(gameforge[pc.get_language()].arena_manager._20_sayTitle)
 

I think it's a qc bug or something like this.

syreldar = {};
syreldar.this = {};
syreldar.this.is = {};
syreldar.this.is.a = {};
syreldar.this.is.a.test = "This is a test";
quest test begin
	state start begin
		when 20005.chat.syreldar["this"].is.a.test begin
			say("hi")
		end -- when
	end -- state
end -- quest

As I said, that syntax is valid, and works perfectly fine.

KeUNl3l.png

V7oKSX6.png

Check the array

Edited by Metin2 Dev
Core X - External 2 Internal

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

2 hours ago, dotMatryx said:

I get this error on the stage of compiling the quests.This function works pretty well on other quests with a differend syntax.

Here is a line that works pretty well:

  Reveal hidden contents

                say_title(gameforge[pc.get_language()].arena_manager._20_sayTitle)
 

I think it's a qc bug or something like this.

Hi, it's a QC syntax issue, it wasn't made to work like this. Try this one instead it should be ok: https://we.tl/t-3RLL7vcrbF

  • Smile Tear 1

As long as I'll be a threat for you , i will always be your target :3

Link to comment
Share on other sites

  • Premium
Quote

We really support someone who is clearly using a leaked version of Owsaps Multilanguage? Lets go!  

My message wasn't subtle enough I suppose, my bad.

Edited by Syreldar

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.