Jump to content

EllWasHere

Member
  • Posts

    3
  • Joined

  • Last visited

EllWasHere's Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. I'm trying to make a skript that includes placing signs that have text on them. It places signs near the player, and I have the location of the sign it placed, but I don't know how to edit the lines on it. I've tried numerous ways, and I've also tried looking at the docs, which were extremely unhelpful. Here's the code: set {_x} to x coord of player + (random number between -10 and 30) set {_z} to z coord of player + (random number between -10 and 30) set {_y} to y coord of player set block above block at highest solid block at location({_x}, {_y}, {_z}) to oak wood floor sign set line 1 to "hi" How can I fix this?
  2. I'm making a 3 lives skript and for some reason when you die, it runs code after "on death:" twice. Example: ```on death of player: remove 1 from {%victim%.lives} broadcast "&c%victim%&7 lost a life! They now have &c%{%victim%.lives}%&7 live(s)!"``` This would take away 2 lives. What I mean is, it will run the code once, and then run it again for some reason.
×
×
  • Create New...