How to set an item in an itemframe?

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

pepper82

Member
Jan 26, 2017
272
1
18
41
Hi all,
how can I set an item in an itemframe (without using Skellett addon) ?
 
I can not get it to work:

Code:
command /testi [<text>]:
    trigger:
        loop all item frames in radius 5 around player's location:
            set item of entity to cookie

No errors. Does not set cookie into itemframe.
 
I can not get it to work:

Code:
command /testi [<text>]:
    trigger:
        loop all item frames in radius 5 around player's location:
            set item of entity to cookie

No errors. Does not set cookie into itemframe.
for this line
"set item of entity to cookie"
try "item of loop-entity" or "item of loop-item frame"
 
Status
Not open for further replies.