Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

A little help-?

7 years ago

Okay, so, i'm making an Undertale storygame. And I want to have multiple choices for names. I know, it's a very minor thing that doesn't matter. But is it possible to kinda code it to where you can choose a name?

A little help-?

7 years ago

Try this: turn on advanced editor and make a variable. Let's call it NAME. Let's say you want to use four different names: Steve, Seth, Ernie, and Michelangelo. You'd have a page where you'd choose a name and you'd list each of your four names. For each link's variables, you'd assign each name a number. 1 for Steve, 2 for Seth, 3 for Ernie, and 4 for Michelangelo. From that point onwards, you'd use the following script instead of a name. All that the reader would see is the name that correlates to the number that you've chosen.

 %%NAME%=%1%Steve%%%%NAME%=%2%Seth%%%%NAME%=%3%Ernie%%%%NAME%=%4%Michelangelo%%

A little help-?

7 years ago

Aaaa okay thanks :)

A little help-?

7 years ago
Read some of the articles. There's one just for this.