Solved Remove Item has named, lore,... ???

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

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

DUYSONGLOI

New Member
Sep 16, 2018
8
0
0
I want to remove item has named, lore but can't ! I tryed

code_language.skript:
                     if loop-item has named "ngu" with lore "ocsho":
                         remove loop-item from the player
Can someone help me fix the code properly so I can remove the item named, lore with! Thanks
 
BEFORE: error at line 8:{ if loop-item... "ocscho":}
upload_2018-11-8_8-0-48.png

AFTER: i see still error at line 8 :emoji_frowning:
upload_2018-11-8_8-2-33.png
 
you might have to do something like
code_language.skript:
if name of loop-item contains "something":
thanks you <3 , i still want loop item has lore.
I tryed
code_language.skript:
if name of loop-item contains "something" with lore "ngu":
bu can't
Thanks again <3
 
Status
Not open for further replies.