Would there be any way to add this command into Currency Script
$kc_currency.exists?(curr_vocab, value)
This would make it possible to use a conditional branch.
(I need this for a bounty system once you have a high enough bounty a bounty hunter would come and attack you)
Please help!
Thank you
Currency Script
● ARCHIVED · READ-ONLY
-
-
How should the check for the value look?
You could also make two conditionals:
Code:if $kc_currency.exists?(curr_vocab) if $kc_currency.value(curr_vocab) >= value - make stuff endend -
Thank you!
Sorry to be a noob but where do i place this :p -
-
Thank you sooooooooo much! =D
