Hey guys, so I for some reason can’t get a book overlay in my story because it keeps on saying the overlay doesn’t exist even though I have done the same thing before and it worked. So can someone tell me the thing you put in the story to do the overlay?
Well book overlay does not exist
There are book props
Did you upload your own book overlay?
No I didn’t but thank you for letting me know!
No problem
If you don’t mind helping me real quick, I want to put the book for a person reading and then I need to take it out of the scene how do I do that?
@add Book Name to CHARACTER
&CHARACTER is animation
When you want to remove the prop
@remove Book Name from CHARACTER
I just went over it again and added the word @add before the book name and it wasn’t working.
Is it working now? Did you enter proper name of book prop?
yes I did, if you can figure out what I did wrong I would love it but if you can’t I could figure something else out for that character to do. I would just love to know for mainly now but also the future!
(This is the story after I fixed the mistake I made I just don’t know what I did wrong.
Try this-
Before cut to zone 2,
@add Text Book Open Navy Blue to JAYDEN
And at line 553,
@JAYDEN is read_sit_book_neutral_loop
It worked! Thank you so much!
Anytime! Glad to help😊
To go into more detail and explanation as to why your coding wasn’t working:
BLUE BOOK isn’t an actual prop name. I’m assuming that’s the name of your overlay? Props and overlays are 2 different things. Props are objects that get added to a character. There’s a list of available props on the side of your script under the animations list.
Also, you can’t combine commands on the same line as an “add/remove prop” command. The prop command needs to be on its own line.
Thank you for letting me know all of this! I have tried using those props but for some reason they wearn’t working but I will definently use this information for the future!