GenieClient / Genie4

.NET 6 Update of Genie
GNU General Public License v3.0
21 stars 14 forks source link

#mapper allowdupes true/false both toggle when used twice #154

Open SquireEskila opened 1 year ago

SquireEskila commented 1 year ago

I have a script that does this: put #mapper clear put #var roomid 0 put #mapper record true put #mapper allowdupes true

But if allowdupes is already set to true, it sets to false instead. If it's off and I use #mapper allowdupes false, it will toggle to on. While #mapper record true only toggles it on, and false only toggles it off.