Use variable to track copium status #1

Merged
Jonathan merged 4 commits from :master into master 2024-03-12 13:44:45 -05:00
Showing only changes of commit b34731986a - Show all commits

View File

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