JemU776's Help Thread

Hi!

Sure, no problem ^^ Feel free to text me on the form or email me :slight_smile:

-xoxo Mavis

1 Like

hi i was wondering how do you get the lipstick prop to appear in your story Ink style

Here’s an example using it:

@add Lipstick to GIRL
@GIRL starts apply_lipstick
@GIRL changes mouthColor into Scarlet
@pause for a beat
@remove Lipstick from GIRL
@GIRL starts admire
@pause for a beat

1 Like

thank you!

No problem :wink: :sparkling_heart:

1 Like

Hi i need some help with remembering choices

goto comfy_32

(They can’t be separate, there needs to be a _ connecting them or no spaces at all)

Add a _ for all those gotos as well as the labels : )

I don’t get this

Hey, can you post more of your screenshot? I can’t see the error.
If you’re uncomfortable posting it here, tell me and I will PM you.

I’ve messaged you

No, you weren’t supposed to message me :sweat_smile:

I told you I’ll do it. This is because I have a overflow of messages and some are yours, so I wanted to PM you using an old message instead.

Okay, sorry :smile:

It’s OK, just for next time, I’ll PM you first OK :wink:

Okay lol and im just of out so I’ll see the message when i get home :slight_smile:

Well, you already sent me one so I responded to it : )

1 Like

How would you make a choice disappear once a reader has chosen it? I’ll send in what I have in my script, but it’s a lot of branching. Thank you in advance. :slight_smile:

Here’s what I have in my script. You don’t need to read through all of it, but I basically put repeating labels.
readerMessage Choose wisely. The knives and whip will have different outcomes.
ACACIA
(Which two should I bring? I have room for two more.)
choice
“Knife 1”{
goto knife_one
}“Knife 2”{
goto knife_two
}“Knife 3”{
goto knife_three
}“Whip”{
goto whip_one
}“I’m done looking through the weapons.”{
goto weapon_end
}

label knife_one
@zoom on 0 568 to 255% in 3
@zoom on 320 568 to 255% in 5
@zoom on 135 568 to 151% in 3
ACACIA
(This one?)
choice
“No.”{
goto weapon_choice
}“Yes, that’s the one.”{
&zoom reset
&overlay 6157809817485312_KNIFE moves to layer -1
&overlay 6157809817485312_KNIFE1 moves to layer -2
&overlay 6157809817485312_KNIFE2 moves to layer -2
&overlay 6157809817485312_WHIP moves to layer -2
&overlay 6157809817485312_HOLD LIGHT LEFT FEMALE shifts to -340 -469 in 3
&overlay 6157809817485312_HOLD LIGHT LEFT FEMALE scales to 1.518 1.518
@pause for a beat
@pause for a beat
&overlay 6157809817485312_HOLD LIGHT LEFT FEMALE shifts to -244 -1094 in 3
&overlay 6157809817485312_KNIFE shifts to -244 -1094 in 7
&overlay 6157809817485312_HOLD LIGHT LEFT FEMALE scales to 1.518 1.518
&overlay 6157809817485312_KNIFE scales to 0.645 0.645
@zoom reset
gain knife1
goto weapon_end
}

It won’t let me send in the rest of the script, since I’m a new user, but, like I said before, I have different labels in a row.

hi i was wondering how do you rotate overlays like a magic spell spinning in your hand? for a story

Check out this: A Guide to Using & Animating OVERLAYS

1 Like