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
![](https://static.wixstatic.com/media/f0b11e_d6c1ced3c80d45f5bb589d27ae4768f6~mv2.jpg/v1/fill/w_589,h_288,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/f0b11e_d6c1ced3c80d45f5bb589d27ae4768f6~mv2.jpg)
Below are the script codes:
​
Replace/Change Display Name
nameChange SCRIPTNAME "New Name"
![IMG_9753.PNG](https://static.wixstatic.com/media/f0b11e_955e5c10f6224e75a28eb500e49431da~mv2.png/v1/crop/x_25,y_902,w_513,h_84/fill/w_82,h_13,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9753_PNG.png)
Add a PREFIX to the Display Name​
namePrefix SCRIPTNAME "Prefix"
![IMG_9754.PNG](https://static.wixstatic.com/media/f0b11e_1065b3f6d271487eaeaa65d3284871cf~mv2.png/v1/crop/x_22,y_1116,w_513,h_85/fill/w_81,h_14,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9754_PNG.png)
Add a SUFFIX to the Display Name​
nameSuffix SCRIPTNAME "Suffix"
![IMG_9755.PNG](https://static.wixstatic.com/media/f0b11e_c4b4a542464c45e59e4dfc98a442a7c5~mv2.png/v1/crop/x_25,y_689,w_510,h_84/fill/w_82,h_14,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9755_PNG.png)
Reset Display Name (clears prefix/suffix)​
nameReset SCRIPTNAME
![IMG_9758.PNG](https://static.wixstatic.com/media/f0b11e_6efe3dac315b4a2bb81b5e7b73e1e516~mv2.png/v1/crop/x_25,y_1084,w_513,h_84/fill/w_82,h_13,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9758_PNG.png)
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
-
![IMG_9773.PNG](https://static.wixstatic.com/media/f0b11e_a2b0bb973d084e51a65fd3cf1e9f2b32~mv2.png/v1/crop/x_16,y_852,w_1058,h_197/fill/w_97,h_18,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9773_PNG.png)
EXAMPLES:
DARA (talk_greet_neutral)
Hi, right now my bubble shows my original display name.
![IMG_9752.PNG](https://static.wixstatic.com/media/f0b11e_d0df5bff0d36460ba509c7b3985e0f6c~mv2.png/v1/crop/x_0,y_734,w_988,h_149/fill/w_111,h_17,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9752_PNG.png)
![IMG_9742.PNG](https://static.wixstatic.com/media/f0b11e_e56bbe2ee4134c37b434c63b9e0a00f0~mv2.png/v1/crop/x_0,y_334,w_591,h_410/fill/w_111,h_77,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9742_PNG.png)
nameChange DARA "Lolly"
​
DARA (talk_agree_happy)
Now my name changed to [DARA]!
![IMG_9753.PNG](https://static.wixstatic.com/media/f0b11e_955e5c10f6224e75a28eb500e49431da~mv2.png/v1/crop/x_0,y_911,w_931,h_140/fill/w_111,h_17,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9753_PNG.png)
![IMG_9761.PNG](https://static.wixstatic.com/media/f0b11e_c21d5d18c20249f0a955d128a2a04689~mv2.png/v1/crop/x_0,y_339,w_591,h_410/fill/w_111,h_77,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9761_PNG.png)
namePrefix DARA "Princess"
​
DARA (talk_holdfist_happy_loop)
Look, I'm royalty now! You can call me [@NAMEMOD:DARA:prefix:capitalcase].
![IMG_9754.PNG](https://static.wixstatic.com/media/f0b11e_1065b3f6d271487eaeaa65d3284871cf~mv2.png/v1/crop/x_0,y_1114,w_1110,h_167/fill/w_111,h_17,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9754_PNG.png)
![IMG_9762.PNG](https://static.wixstatic.com/media/f0b11e_528a1988df884954b1513100d931eef0~mv2.png/v1/crop/x_0,y_333,w_591,h_410/fill/w_111,h_77,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9762_PNG.png)
nameSuffix DARA "👑"
​
DARA (talk_excited_happy)
Now my nametag is [@NAMEMOD:DARA:full:capitalcase]! How cool!
![IMG_9755.PNG](https://static.wixstatic.com/media/f0b11e_c4b4a542464c45e59e4dfc98a442a7c5~mv2.png/v1/crop/x_0,y_700,w_966,h_146/fill/w_111,h_17,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9755_PNG.png)
![IMG_9764.PNG](https://static.wixstatic.com/media/f0b11e_efe806e9809e405fa2a0d94757b9a762~mv2.png/v1/crop/x_0,y_349,w_591,h_410/fill/w_111,h_77,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9764_PNG.png)
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!
![IMG_9756.PNG](https://static.wixstatic.com/media/f0b11e_4bfd5e0790cc4457a46d74a5b0416629~mv2.png/v1/crop/x_0,y_950,w_1029,h_220/fill/w_111,h_24,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9756_PNG.png)
![IMG_9766.PNG](https://static.wixstatic.com/media/f0b11e_cac851ab414e470d858ce429b2a0dbce~mv2.png/v1/crop/x_0,y_337,w_591,h_410/fill/w_111,h_77,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9766_PNG.png)
nameSuffix DARA "💕"
​
DARA (talk_handsonhips_neutral)
This is how I will sign autographs: [@NAMEMOD:DARA:suffix:uppercase]
![IMG_9757.PNG](https://static.wixstatic.com/media/f0b11e_a277cb82e2d1401b9a9eb2ab617d1cce~mv2.png/v1/crop/x_0,y_759,w_1043,h_171/fill/w_111,h_18,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9757_PNG.png)
![IMG_9767.PNG](https://static.wixstatic.com/media/f0b11e_c15429a0c364421fa6b4245840c6181b~mv2.png/v1/crop/x_0,y_346,w_591,h_410/fill/w_111,h_77,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9767_PNG.png)
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!
![IMG_9758.PNG](https://static.wixstatic.com/media/f0b11e_6efe3dac315b4a2bb81b5e7b73e1e516~mv2.png/v1/crop/x_0,y_1010,w_903,h_230/fill/w_111,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9758_PNG.png)
![IMG_9769.PNG](https://static.wixstatic.com/media/f0b11e_445998ec5d0c4d01baa6b10b0083fd63~mv2.png/v1/crop/x_0,y_342,w_591,h_410/fill/w_111,h_77,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_9769_PNG.png)