I was wondering if it's possible to make a chain of Join Blocks based off of the length of a word (for example, the length of ___ block.)
Offline
ask [what's your name]? say<join (join (join (join [Hello] (answer)) [My name is]) {Person's name}) [.]>
Offline
DonutCannon wrote:
I was wondering if it's possible to make a chain of Join Blocks based off of the length of a word (for example, the length of ___ block.)
I see what you mean. You can use lists for this:
when gf clicked ask [What's your name?] and wait //however you get the value set [length v] to (length of (answer)) delete (all v) of [temp v] repeat (length) add [thing] to [temp v] //whatever you want to say in the join blocks end say (temp) //this is the list, but wrong color
Last edited by fg123 (2012-07-06 13:19:41)
Offline