I don't understand converting an expression and loop to 1.16

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

SuperTommyDog

Member
Sep 2, 2019
14
0
1
So had this sellwand skript from ages ago and now that i want to use it for 1.16 the expression and loop have stopped working. Code is here: https://pastebin.com/F1cxpvfF and i am grateful for any help.
 

Attachments

  • image_2021-09-01_155443.png
    image_2021-09-01_155443.png
    21.8 KB · Views: 200
Split it up and try again. So instead of
Code:
loop size of {_rtr::*}+1 times
use
Code:
set {_size} to size of {_rtr::*}
add 1 to {_size}
loop {_size} times:
 
Just make it very clear.

Code:
loop ((size of {huh lol xd::*}) + 1) times:
forgot to reply but it still doesn't work. (I've been working on other stuff)
[doublepost=1630664346,1630664255][/doublepost]
Split it up and try again. So instead of
Code:
loop size of {_rtr::*}+1 times
use
Code:
set {_size} to size of {_rtr::*}
add 1 to {_size}
loop {_size} times:
image_2021-09-03_111900.png
 

Attachments

  • image_2021-09-03_111731.png
    image_2021-09-03_111731.png
    16.4 KB · Views: 197
Status
Not open for further replies.