This is more of a make code prettier request then anything Thanks for looking into this!
Currently :
Code: Select all
player.clean_cursor()
if not player.cursor_stack.valid_for_read then
--code
end
Code: Select all
if player.clean_cursor() then
--code
end