Song in the Ballroom

lostcalpolydude

Developer
Staff member
lastQuartetRequest

Alternatively, if you're viewing in the relay browser, you can go upstairs in the manor to see it.
 

dunsel8

New member
I don't see lastQuartetRequest as a variable or function. I know this post is old, has it been renamed?
 

roippi

Developer
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:

dunsel8

New member
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.
 
Top