You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
socket.Dialog(db =>db.MsgLine($"The value of this item is {McColorCodes.AQUA}{socket.FormatPrice(price.Median)}",null,
80
93
$"Took into account these modifiers:\n{price.MedianKey}")
81
94
.If(()=>isInInventory, db =>db.CoflCommandButton<LowballCommand>($"{McColorCodes.GREEN}Offer this item to a lowballer",$"offer {index}","Click to offer this item to lowballers").LineBreak())
95
+
.If(()=>!inventoryAvailable, db =>db.MsgLine($"{McColorCodes.GRAY}{McColorCodes.STRIKE}Offer this item to a lowballer{McColorCodes.RESET}{McColorCodes.GRAY} (temporarily unavailable)",null,
96
+
"Could not load your inventory right now,\nso lowball offers are unavailable for this item.\nPlease try again later.").LineBreak())
82
97
.If(()=>price.Lbin.AuctionId!=0&&lbinAuction!=null, db =>db
83
98
.MsgLine($"Lowest bin sits at {McColorCodes.AQUA}{socket.FormatPrice(price.Lbin.Price)}","/viewauction "+lbinAuction!.Uuid,"click to open lbin on ah"))
84
99
.Msg($"To sell quickly list at {McColorCodes.AQUA}{formattedInstasell}",$"copy:{formattedInstasell}","click to copy")
0 commit comments