Skript Version: 2.2-dev31c
Skript Author: Me
Minecraft Version: 1.11.2
---
Full Code:
Note: If the code is too large, feel free to use a pasting website (Pastebin or hastebin)
Addons using:
Skellet
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? None
Hi guys, this isn't working for me, i don't know why {_arraysearch::*} can load {_woodinfo13} info and then it can't, i want to load 13 variables for a query without repeating the same query, is that possible? Thank you in advice!
Skript Author: Me
Minecraft Version: 1.11.2
---
Full Code:
code_language.skript:
set {_woodinfo13} to mysql result of query "SELECT * FROM player_jobs WHERE player = ""%player%"""
set {_arraysearch::*} to mysql string "talent1" in {_woodinfo}
set {_talent1} to {_arraysearch::1} parsed as integer
set {_arraysearch::*} to mysql string "talent2" in {_woodinfo}
set {_talent2} to {_arraysearch::1} parsed as integer
Addons using:
Skellet
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? None
Hi guys, this isn't working for me, i don't know why {_arraysearch::*} can load {_woodinfo13} info and then it can't, i want to load 13 variables for a query without repeating the same query, is that possible? Thank you in advice!