set [temp_var v] to [] //Empty set [i v] to [1] repeat (length of [list v]) set [temp_var v] to (join (temp_var) | (item (i) of [list v])) change [i v] by [1] end say (temp_var)I always forget how to do the join block but oh well
Last edited by RedRocker227 (2012-09-29 04:32:47)
Offline
say (listvar)...will combine your entire list together and say it all at once.
ask and wait [What is your name?] delete [all v] of [mylist v] add [Hello,] to [mylist v] add (answer) to [mylist v] add [Thanks for playing my game.] to [mylist v] say (mylist)
Last edited by BoltBait (2012-09-29 12:19:34)
Offline