To explain:
& makes different commands happen simulatenously - at the same time. Everything following will happen at the same time until there is a @. Kiki’s is the last thing you want to happen at the same time, before removing the characters.
Personally, I’d say &DANIELLA walks to spot 0.827 162 222 in zone 2 in 4 THEN remove DANIELLA, but it doesn’t make a massive difference.
Hi! So I’m new and in a pickle with character customization! I want the readers to be able to customize most things about my characters but there are a couple things I would like to keep the same. How do I limit the customization?
for pizza overlay I got this from pixbay that are free and legal images but they do have a pizza slice in props
fir the background I don’t think episode has one try looking on pixbay I did find this tho
I’d use the if/else. I’m not sure if you set the volume to 0 at the beginning it will be silent the entire episode. I’m not really familiar with sounds and music.
@JemU776 hey, I have another question from LoveYourSelf. She has a point in her story where the main character changes their looks but she doesn’t want to mess up the customization that the readers have in place. She doesn’t want the main character to look drastically different than the sister in the story. Do you think you can help her with that?
Yes, sorry for the late response She can message me on Insta
If you’re having the character change their looks, you can use the previews/unpreviews command within an episode to allow certain features to change if the reader changes them (and then it would revert back to the original). Thread here: HOW TO: Use the previews and unpreviews directing command 💜 🌙
If you can also create a duplicate character (they both share the same display name), then make the duplicate become a look-a-like of the original character.
if (no_music){
volume music 0 0
volume sound 0 0
} else {
volume music 100 0
volume sound 100 0
} #Code your scene(s) here!
Mini-tutorial on adjusting the volume:
volume music XS
X: This is the volume, 100 is the maximum (the default) and 0 is silent.
S: This is the time in which the sound will go to the volume specified earlier in the command. This is in milliseconds, so keep in mind 1000 milliseconds = 1 second.
how do I make a character run slower? not slower from one spot to another, but I’ve seen in some stories characters that look like they’re running almost in slow motion. does anyone know how to do that?