- Joined
- Jun 27, 2012
- Messages
- 1,309
- Reaction score
- 531
- First Language
- indonesian
yes no wrapping
. since it's basically just escape codes. maybe it could work combined with killozapit auto wrap message script. but i haven't try that yet.
second question... we only have two ways
1) use normal choice command and use \t[key] as the choice value
2) use tsukihime/raizen multiple choices script and call it using script call.
example script call
a = get_text("Choice 1")
@get_choices = [a,"No!"]
then call BLANK show choice command. it will show two choices
second one is "No!"
first one is whatever you write in text database (AND ESCAPE CODES WORK so you can put \i[10] to show icon 10, etc)
so i suggest using number 2 method.
second question... we only have two ways
1) use normal choice command and use \t[key] as the choice value
2) use tsukihime/raizen multiple choices script and call it using script call.
example script call
a = get_text("Choice 1")
@get_choices = [a,"No!"]
then call BLANK show choice command. it will show two choices
second one is "No!"
first one is whatever you write in text database (AND ESCAPE CODES WORK so you can put \i[10] to show icon 10, etc)
so i suggest using number 2 method.
Last edited by a moderator:

