You forgot the βisβ on BELLE is kiss_blow_happy_atcamera and where there is a walking animation at the beginning. Also, when writing a characterβs name in the script more than once in the same line, you donβt keep writing the @ symbol. So, instead of it being like this: @CHARACTER does this AND @CHARACTER does this, it would be: @CHARACTER does this AND CHARACTER does this.
Thanks! I will keep that in mind. This is my first story so Iβm still learning.
The is part worked but the other one didnβt
here it is now
Itβs ok if you donβt know how to fix itβ¦
Line 5 should be something like
@ BELLE is walk_neutral AND BELLE walks to screen center AND BELLE faces right THEN BELLE is idle
Make sure that you add an AND if you want a character to do an action at the same time as theyβre walking.
Ok, i will try!
Edit: Thanks, but is there a position called screen centre?
I donβt think so.
It has to always be spelled like center
Because you seem like an expert lol how can I get my character to stop in the centre of the room while doing cc?
You would just do @CHARACTER walks to (spot). It should automatically stop at the spot.
Ok, let me try that
Edit: Now it says that @BELLE walk_neutral and BELLE walks to center and BELLE faces right and BELLE starts idle is not a valid directing command
Say screen center instead of just center
Ok.
Edit: Nope still says the same thing.
you have to code it like this
@BELLE enters from left to screen center and BELLE does it while walk_neutral THEN BELLE is idle
Thanks! It (finally) worked! Do you know if label_female_custom is a valid label?
what do you mean by that? you can create labels with any name and use them in your script. what are you trying to do with the label?
Um itβs @Dara.Amarieβs template, I found it on her website.
These are the few lines of code.
@BELLE changes bodyColor into Neutral 10
goto fem_neutralskin_1
} βDoneβ {
goto female_custom_1
} βDifferent Shadesβ {
goto fem_skin_1
}
yes it is a valid label, are you getting an error when youβre using the template?
Yes, It says that it doesnt exist
you probably accidentally deleted it, can you send me a screenshot of the beginning of the template in your script?