&
A more detailed post has been made in regards to this by yours truly Jem on epyxmagic
If you find it helpful, feel free to give us a follow
And/or continue to stalk us hehe
&
A more detailed post has been made in regards to this by yours truly Jem on epyxmagic
If you find it helpful, feel free to give us a follow
And/or continue to stalk us hehe
Bump
Bump
BUMP
I have a question. How do I remember customization? I tried to but it didn’t work.
Test on mobile app. Customization automatically carries over. For example, if you make the character change into red eyes, they will have red eyes throughout the whole episode and story
If you’re talking about remembering certain features from a full CC template then you can’t if you try using both simple methods of remembering a past choice Using if/elif/else to Remember Past Choices :
&
Oh, Thanks so much. I was really worried!
Bump!
Bump
Bump
When I type the command “@JASON (sorry for pinging whoever has the username ‘Jason’) goes to character avatar”, (Jason is MC) and I choose to customize him, it won’t direct me to the Avatar Creator. Is it only for females? Please help!
Are you doing it on the portal or in the app?
What do you mean? Do you mean testing it in the portal or in the app? If so, I tested it on both.
Avatar Creator won’t work on the portal but it should work in the app
I thought we couldn’t code in the app because it’s mobile?
Sorry, I mean when you test it. It won’t work in the portal when you test it but it will work in the app
But I did test it in the app, and it still didn’t work.
That’s what I was trying to ask you. Can you post your script here so I can check if there’s an error?
Okay. I watched a video from Joseph Evans for this.
INT. BLACK - NIGHT
NARR
Blood Wolf’s Curse: Chapter 1
@JASON stands screen center AND JASON faces right
label changing_appearance
NARR
Your name is Jason. You may change your name after customizing yourself.
Would you like to customize Jason?
choice
“Yes!”{
@JASON goes to character avatar
goto changing_appearance
}
“No.”{
}
@JASON exits right
@transition fade out black 1
This is what I have so far.
I think the problem might be because of this. If you get rid of this line, does anything different happen?