Jump to content

Problem with Vanilla Core 2.4.1 with che functions -> "notice all".


Recommended Posts

Hi Community, I have a problem with a functions "notice_all" in my quest.

 

All the quests that have "notice_all", just do not work.

 

This is the error with all quest (pirata_tanaka is one of many quests)

 

RunState: LUA_ERROR: [string "event_pirata_tanaka"]:5: attempt to call global `notice_all' (a table value) WITH ERRORCODE 1.

 

 

This is the notice_all in the quest: notice_all("L'evento Pirata Tanaka e' iniziato!")

 

______________________

 

 

With the basic 40k files this problem not existed.

Link to comment
Share on other sites

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

 

 

this means that the function does not exist in the gamecore, ask Vanilla maybe she accedentially removed it

 

Can I use the command ("n")? 

You could try notice_in_map("notice") when it's launching by player, your command will work only when you have game master permission

Maybe you declare in quest something like:

local notice_all = blahblah? it might be a problem, if you named your local like function name

Just try simple quest:

quest test begin
state start begin
when login with pc.is_gm() begin
notice_all("Test my notice")
end
end
end
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.