Recent content by TheVedel1

  • 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!

  1. T

    Possible to disguise entity as another entity?

    Rather a mount. Yet the zombie for instance would require that you setup some variables for the player's position while riding the horse.
  2. T

    Possible to disguise entity as another entity?

    Not useless when you want to use the horse riding mechanics on a zombie for instance
  3. T

    Possible to disguise entity as another entity?

    Hi there, this is just a quick question, I couldn't find an answer for on the forums nor documentations. I know Skellett allows the player to get disguised, but what about entities? "disguise the last spawned horse as a creeper" for instance. Any addon out there that can do this?
  4. T

    Solved Multiplying 2 variables - not possible?

    Skript Version: Skript 2.2 (dev29) Minecraft Version: 1.12.1 --- Full Code: set {_total} to ({_amount} * {_exp}) Errors on Reload: None Troubleshooting: Have you tried searching the docs? Yes Have you tried searching the forums? Yes
  5. T

    Solved Sell item based on lore

    Hi guys, I'm trying to sell an item based on it's lore, yet it doesnt work. I only get error with the sell-all part "%number% %text% is not valid item data" Not sure what it means. Yet first sell script doesnt work, yet no errors. Any ideas why? Thank you. Skript: on right click on player...
  6. T

    Reading lore of player's item

    Skript Version:2.2-dev29 Skript Author: bensku Minecraft Version: 1.12.1 --- Full Code: on right click on player: if name of clicked player is "&a&lTrader":#12 set {_lore::*} to lore of player's tool split by "||" loop {_lore::*}: set {parsed::*} to loop-text...