diff --git a/cope.lua b/cope.lua index 411dea5..581fc3a 100644 --- a/cope.lua +++ b/cope.lua @@ -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