diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-17 21:16:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-17 21:16:10 -0300 |
commit | e7d21de36b810e61644f8cc1a5b64be604c34e16 (patch) | |
tree | 89c8a05ab2c8cee049b5e21ea240f306c4d39d22 /npc/functions | |
parent | 9cf6b083e0a879104702d04a058b36eaa45b61e4 (diff) | |
download | serverdata-e7d21de36b810e61644f8cc1a5b64be604c34e16.tar.gz serverdata-e7d21de36b810e61644f8cc1a5b64be604c34e16.tar.bz2 serverdata-e7d21de36b810e61644f8cc1a5b64be604c34e16.tar.xz serverdata-e7d21de36b810e61644f8cc1a5b64be604c34e16.zip |
Questmaker Handbook 14.0 will be harder than Questmaker Handbook 4.1 I guess
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/util.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index f64383b69..06c2bf703 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -1150,6 +1150,12 @@ function script NewcomerEXPDROPUP { return .@BONUS; } +// Frostia Util +// frally( ) +function script frally { + return (Class == Elven); // or something +} + // Easter Egg // RegEasterEgg(EE_CODE, {CoinsAmount=3}) function script RegEasterEgg { |