I want to make a function with returns a gui. But I don't know what variable type to use...
I get an Error in line 1: Can't recognise the type "gui".
What variable type do I have to use to return a gui?
Code:
function gui() :: gui:
set {_gui} to a new chest inventory with 3 rows named "&6&lGUI"
return {_gui}
What variable type do I have to use to return a gui?