add openClothin() function

Attempts to open clothing scripts menus

Still testing this one
This commit is contained in:
Jim Shield
2025-09-09 18:49:26 +01:00
parent 6c09e55fd4
commit 301b069312
2 changed files with 47 additions and 4 deletions

View File

@@ -535,10 +535,6 @@ function ShowFloatingHelpNotification(coord, text, highlight)
EndTextCommandDisplayHelp(2, false, false, -1)
end
function updateCachedText(target)
target.text = table.concat(target.buttontext, "\n")
end
-------------------------------------------------------------
-- Cleanup on Resource Stop
-------------------------------------------------------------