1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved How can I do this?

Discussion in 'Skript' started by PantherBoy, Aug 5, 2017.

Tags:
Thread Status:
Not open for further replies.
  1. PantherBoy

    PantherBoy Active Member

    Joined:
    Jul 20, 2017
    Messages:
    74
    Likes Received:
    0
    It don't works:
    Code (Skript):
    1. on death of player:
    2.     set {_bal.%victim%} to victim's balance
    3.     set {_kap.%victim%} to ({_bal.%victim%} / 10) * 2
    4.     if attacker is a player:
    5.         give {_kap.%victim%} money to attacker
    Error:
    '{_kap.%victim%} / 10 money' can't be added to an entity because the former is neither an item type, an inventory nor an experience point
     
  2. Best Answer:
    Post #2 by ShaneBee, Aug 5, 2017
  3. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Code (Skript):
    1. add {_kap.%victim%} to the attacker's money
     
Thread Status:
Not open for further replies.

Share This Page

Loading...