Solved Name of item

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

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
code_language.skript:
on combust:
    if event-entity is a dropped item:
        set {_name} to name of item of event-entity
 
@ShaneBee can't he use
code_language.skript:
event-item
I could be wrong but I don't think so, because its not actually an ITEM that is burning its an entity.

ITEM = item in your hand
as soon as you drop said item, it spawns as an entity, and its that entity that burns in the fire.
 
  • Like
Reactions: malia
code_language.skript:
on combust:
    if event-entity is a dropped item:
        set {_name} to name of item of event-entity
Not working :/
 

Attachments

  • Screenshot 2019-08-28 at 00.54.42.png
    Screenshot 2019-08-28 at 00.54.42.png
    68.5 KB · Views: 250
works fine for me
Which version of Skript are you using?
Which version of Spigot are you using?

Don't say "latest"
 
Status
Not open for further replies.