summaryrefslogtreecommitdiffstats
path: root/example/serverdata/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'example/serverdata/scripts')
-rw-r--r--example/serverdata/scripts/maps/desert.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/serverdata/scripts/maps/desert.lua b/example/serverdata/scripts/maps/desert.lua
index 728b5f0..601274f 100644
--- a/example/serverdata/scripts/maps/desert.lua
+++ b/example/serverdata/scripts/maps/desert.lua
@@ -56,6 +56,7 @@ function Harmony(npc, ch, list)
mana.chr_money_change(ch, 100)
do_message(npc, ch, string.format("You now have %d shiny coins!", mana.chr_money(ch)))
harmony_have_talked_to_someone = true
+ do_message(npc, ch, string.format("Try to come back with a better level than %i.", mana.chr_get_level(ch)))
end
do_message(npc, ch, "Have fun!")
mana.effect_create(EMOTE_HAPPY, npc)