When using a list, I found it impossible to delete a specific item from a list. You can delete the first, last, or all of a list, but it doesn't give you the option to delete a specifec item. I want a script piece that will allow you to (delete ____ of list) instead of just a delete first or last. This would DEFINITELY help with my project. Thanks!
Offline
You can type in the position that you want.
Offline
Yes, I know that, but my positions are randomized whenever I click the flag. It does this for a reason.
Offline
You mean delete an item that has a certain value?
Offline
What is the list used for?
Offline
My list is used for what people the zombies want to chase. The list is randomized and the zombie will chase one of four people. When a person dies, I want that name to be deleted from the list.
Offline
So I suggest you loop through it until you find the one you want.
Offline