Add cope.level variable, change cope.level() -> cope.get_level()

This commit is contained in:
Noah 2024-03-12 13:39:29 -05:00
parent 1368a4a2cf
commit b34731986a

View File

@ -1,7 +1,7 @@
cope = {}
function cope.level()
print('Coping level = High')
cope.level = "High"
function cope.get_level()
reutnr cope.level
end
return cope