var/list/list[2] |
Problem description: I am confused. I still do not understand lists much but this is what I'm trying to do. I want to add a team. If I am at a certain location then the team will teleport nearby to a certain location. But I have a problem with linking the argument mob/M the two people that I have selected to be added the list person and person2.
Looks like you are a little confused about how lists acutally work, also 'list' is the name of the list() function and the list datum, so id advise not naming a varible list.
So first thing we would do is use a datum for the team. This itself uses a few lists.
So after we got the team datum sorted, we can move into the acutal functionallity of the verb.
Let me know what questions you have, and look closely how those loops and lists were used together.
Thanks!