Help with SendDialogGump()
Posted: Sun Aug 17, 2008 7:23 am
In the docs: "the return value is a dictionary."
but when I try to use .keys() or .size() they don't work ("Method id '56' (keys) not found", "Method id '48' (size) not found")
So I used TypeOf(retkey), retkey is the return value of SendDialogGump, and i got a Unknown.
If I print the retkey with SendSysMessage(who, "result -> "+retkey); I get a <inthash>.
How can I manage it?
Thank you in advance
but when I try to use .keys() or .size() they don't work ("Method id '56' (keys) not found", "Method id '48' (size) not found")
So I used TypeOf(retkey), retkey is the return value of SendDialogGump, and i got a Unknown.
If I print the retkey with SendSysMessage(who, "result -> "+retkey); I get a <inthash>.
How can I manage it?
Thank you in advance