This is the whole troublesome function:
function registerquestlines()
if player["testline"] == nil then
player["testline"] = {"prog" = { true,false,false}, "quests" = {"testline1", "testline2", "testline3"}, "prog#" = 1}
end
end
Same , The error I get is:’}’ is expected near’=’ on the line where I specify the value for the player [“testline”].
{prog = {true,false,false}}
{["prog"] = {true,false,false}}
When I try to run When I have a script, I return an error when assigning a variable. I have rechecked my syntax many times, and this does not seem to be the mistake I made there-I even have other people looking at it just in case. But, continuous The error returned points to my grammar, and I can’t seem to find a solution to this problem.
This is the whole troublesome function:
function registerquestlines()
if player["testline"] == nil then
player["testline"] = {"prog" = {true,false,false}, "quests" = {"testline1" , "testline2", "testline3"}, "prog#" = 1}
end
end
Similarly, the error I get is:’}’ when I specify for the player [“testline”] Expected near’=’ on the value line.
Use unquoted names or bracket expressions for table initializers instead of quoted ones Name.
{prog = {true,false,false}}
{["prog"] = {true,false,false}}< /pre>
WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 3206 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC