Currency Script

● ARCHIVED · READ-ONLY
Started by NickWyatt1 5 posts View original ↗
  1. 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
  2. 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
  3. Thank you! 

       Sorry to be a noob but where do i place this :p
  4. Just make normal Event Conditionals and use the script field like this(sry for non-english):

    df.jpg
  5. Thank you sooooooooo much! =D