I'm looking to create a system that teleports a whole team [Rose, Maple] to a specific place in the world for the start of a game (a game where rose and maple would be fighting eachother so they have to be on other sides of the arena. this is what i have so far:
add "IdealTV" to {rose::}
teleport {rose::} to location(35.500, -36, -85.500, world "maps", -90, 0)
teleport {maple::} to location(101.500, -36, -85.500, world "maps", 90, 0)
IdealTV is my ign, but for some reason it doesnt seem to add to rose? because when i use broadcast to {rose::} it doesnt work
#How would I make this work?
1 messages · Page 1 of 1 (latest)
"IdealTV" isn't a player, it's a string
You need to parse it as a player when adding it to a team
how would i go about doing that? sorry i only started learning skript a couple days ago
also use {rose::*} not {rose::}
Something like ("name" parsed as player) instead of just "name"
They did
i am using that its just discord uses ** to italisise
oh mb
so:
add "IdealTV" parsed as player to {rose::*}
ye basically
Parenthesis might help
in teh brackets?
()
Like I did in my example
ill check it works now
Kk
thankyou!
Yee