Pages: 1
Topic closed
I'm making a game where I need to delete in the orange rectangles in the list. Not the numbers in the grey column, I mean by typing things in a delete block to delete that item in the list. Can you help me?
Offline
coolstuff wrote:
What do you mean?
If you're trying to delete number, say, 9 of 14, just use the "delete number [9] of [list]" block.
Yeah. Or if theres letters A-N, If you want to change I to M (for some reason) you do "replace number [9] of [list] with [i]
Offline
fuz50 wrote:
I'm making a game where I need to delete in the orange rectangles in the list. Not the numbers in the grey column, I mean by typing things in a delete block to delete that item in the list. Can you help me?
Oh... I think I understand. Say you have a list "animals"
1 Zebra
3 Dog
2 Cat
4 Lion
5 monkey
You want to delete "Dog". So it would result in
1 Zebra
2 Cat
3 Lion
4 monkey
You could do that by the following script I put together:
Offline
whoh, i don't have the problem, but that is confusing!
Offline
I think he wants a different look to the list displayer. Something like this? (Edited image)
Last edited by bhz (2009-01-01 08:21:23)
Offline
JSO that is a very good solution I was wondering about that myself for use with an RPG inventory. I might use that script(if you do not mind) in my own games.
Offline
EveningSage wrote:
JSO that is a very good solution I was wondering about that myself for use with an RPG inventory. I might use that script(if you do not mind) in my own games.
Ofcourse you can use it
Offline
Topic closed
Pages: 1