Song in the Ballroom

It's still lastQuartetRequest. Check in your <name>_preferences.txt or, more usefully, set this alias:

Code:
alias prefref => ashq record r{string d ; }; r[string,string]m; file_to_map("defaults.txt",m); foreach t,p,d in m if(to_lower_case(p).contains_text(to_lower_case($string[%%]))) print(p+" ("+t+", now '"+get_property(p)+"', default "+d.d+")")

and then type "prefref quartet"
 
Last edited:
Did you try "get lastQuartetRequest" in the gCLI?

Thanks, that does indeed that does show the numeric value for the last request. cli_execute("get lastQuartetRequest") works in my .ash script.

It is a bit ugly though, is there a better way to reference variables like this in a script?

Also, roippi, what game is that? I recognize it but I can't recall the name.
 
Back
Top