To allow readers to TYPE-IN their own name, please visit this guide: TYPED-IN CHOICES
Episode has released new donacode to allow authors to change how names are displayed. Authors are now able to edit names via script codes.​
-
Change display name
-
Add Prefix to a name
-
Add Suffix to a name
-
Reset a name back to the original display name
​
A Prefix is a word that is before a name. Examples are Princess, King, President, Mister, Miss, Doctor, etc.
A Suffix is a word that is at the end of a name. Examples are Junior (Jr.), Senior (Sr.), I, II, III, IV, etc.
​
prefix DISPLAYNAME suffix
Example: King Charles III
Below are the script codes:
​
Replace/Change Display Name
nameChange SCRIPTNAME "New Name"
Add a PREFIX to the Display Name​
namePrefix SCRIPTNAME "Prefix"
Add a SUFFIX to the Display Name​
nameSuffix SCRIPTNAME "Suffix"
Reset Display Name (clears prefix/suffix)​
nameReset SCRIPTNAME
Format to use for Dialogue, Choices, Toasters, & Overlay Texts​
[@NAMEMOD:SCRIPTNAME:part:case]
​
-
part supports 3 inputs:
-
prefix — displays prefix & name
-
suffix — displays name & suffix
-
full — displays the full name
-
-
case supports 3 inputs:
-
lowercase — all lowercase letters, ex. dara
-
uppercase — all capital letters, ex. DARA
-
capitalcase — first letter is capitalized, ex. Dara
-
EXAMPLES:
DARA (talk_greet_neutral)
Hi, right now my bubble shows my original display name.
nameChange DARA "Lolly"
​
DARA (talk_agree_happy)
Now my name changed to [DARA]!
namePrefix DARA "Princess"
​
DARA (talk_holdfist_happy_loop)
Look, I'm royalty now! You can call me [@NAMEMOD:DARA:prefix:capitalcase].
nameSuffix DARA "👑"
​
DARA (talk_excited_happy)
Now my nametag is [@NAMEMOD:DARA:full:capitalcase]! How cool!
DARA (talk_think_neutral)
I think I want to change my name to Pommy.
​
nameChange DARA "Pommy"
​
DARA (talk_pointup_happy)
My name is now [@NAMEMOD:DARA:prefix:capitalcase]! Bow down to me!
nameSuffix DARA "💕"
​
DARA (talk_handsonhips_neutral)
This is how I will sign autographs: [@NAMEMOD:DARA:suffix:uppercase]
DARA (talk_shrug_neutral)
Actually, I kind of miss my original name.
​
nameReset DARA
​
DARA (talk_armsraised_neutral)
Phew! I'm back to being just [DARA] again!