Dog Full CC Template

I absolutely love this update so here you go. Works on every device. Old gen as well.

Background

Script Template

INT. PAW BACKGROUND
NARR
Time to customize your dog!
@zoom reset AND DOG spot 0.697 -121 373 in zone 1 AND DOG faces right AND DOG is idle THEN DOG walks to spot 0.697 170 373 in zone 1 AND DOG is walk_neutral THEN DOG is sniff_down_loop THEN pause for 0.5 THEN DOG faces left AND DOG is sniff_up_loop THEN pause for 0.5 THEN DOG walks to spot 0.697 138 373 in 1.5 THEN DOG walks to spot 0.697 198 373 in 1.5 THEN DOG walks to spot 0.697 117 373 in 1.5 THEN DOG walks to spot 0.697 162 373 in 1.5 THEN DOG is stretch_bow THEN pause for 1 THEN DOG is transition_stand_to_sit_front

label dog_gender
#This is just for you to change the pronouns when referring to the dog#
NARR
Choose your dog’s gender.
choice
“Female”{
NARR
You selected female. Is that correct?
choice
“Yes”{
gain dog_female
goto breed
}“No”{
goto dog_gender
}
}“Male”{
NARR
You selected male. Is that correct?
choice
“Yes”{
gain dog_male
goto breed
}“No.”{
goto dog_gender
}
}

#It would work like this for future dialogues.#{
if(dog_female){
NARR
She (the dog) just lies there and sleeps all day.
}
if(dog_male){
NARR
He (the dog) just lies there and sleeps all day.
}
#}

label breed
NARR
Choose your breed.
choice
“Chihuahua”{
@DOG changes body into Chihuahua Black Tan
@DOG spot 0.697 162 373 in zone 1 AND DOG is idle_sit_wag_pant_loop AND DOG faces right
NARR
You selected chihuahua. Is that correct?
choice
“Yes”{
gain chihuahua
goto chihuahua_fur
}“No”{
goto breed
}
}“French Bulldog”{
@DOG changes body into French Bulldog White
@DOG spot 0.737 144 360 in zone 1 AND DOG is idle_sit_wag_pant_loop AND DOG faces right
NARR
You selected French Bulldog. Is that correct?
choice
“Yes”{
gain frenchbulldog
goto frenchbulldog_fur
}“No”{
goto breed
}
}“German Shepherd”{
@DOG changes body into German Shepherd Bicolor Black
@DOG spot 0.921 155 326 in zone 1 AND DOG is idle_sit_wag_pant_loop AND DOG faces right
NARR
You selected German Shepherd. Is that correct?
choice
“Yes”{
gain germanshepherd
goto germanshepherd_fur
}“No”{
goto breed
}
}“Golden Retriever”{
@DOG changes body into Golden Retriever Light Gold
@DOG spot 0.966 158 321 in zone 1 AND DOG is idle_sit_wag_pant_loop AND DOG faces right
NARR
You selected Golden Retriever. Is that correct?
choice
“Yes”{
gain goldenretriever
goto germanshepherd_fur
}“No”{
goto breed
}
}“Mini Poodle”{
@DOG changes body into Mini Poodle Tan
@DOG spot 0.800 159 362 in zone 1 AND DOG is idle_sit_wag_pant_loop AND DOG faces right
NARR
You selected Mini Poodle. Is that correct?
choice
“Yes”{
gain minipoodle
goto minipoodle_fur
}“No”{
goto breed
}
}“Samoyed”{
@DOG changes body into Samoyed White
@DOG spot 0.966 151 327 in zone 1 AND DOG is idle_sit_wag_pant_loop AND DOG faces right
NARR
You selected Samoyed. Is that correct?
choice
“Yes”{
gain samoyed
goto samoyed_fur
}“No”{
goto breed
}
}

label chihuahua_fur
NARR
Fur color.
choice
“Black Tan”{
@DOG changes body into Chihuahua Black Tan
goto chihuahua_fur
}“Tan”{
@DOG changes body into Chihuahua Tan
goto chihuahua_fur
}“White”{
@DOG changes body into Chihuahua White
goto chihuahua_fur
}“Done”{
goto dog_name
}

label frenchbulldog_fur
NARR
Fur color.
choice
“White”{
@DOG changes body into French Bulldog White
goto frenchbulldog_fur
}“White Black Pied”{
@DOG changes body into French Bulldog White Black Pied
goto frenchbulldog_fur
}“Done”{
goto dog_name
}

label germanshepherd_fur
NARR
Fur color.
choice
“Bicolor Black”{
@DOG changes body into German Shepherd Bicolor Black
goto germanshepherd_fur
}“Tan Black”{
@DOG changes body into German Shepherd Tan Black
goto germanshepherd_fur
}“Done”{
goto dog_name
}

label goldenretriever_fur
NARR
Fur color.
choice
“Light Gold”{
@DOG changes body into Golden Retriever Light Gold
goto goldenretriever_fur
}“Red”{
@DOG changes body into Golden Retriever Red
goto goldenretriever_fur
}“Done”{
goto dog_name
}

label minipoodle_fur
NARR
There are no available fur colors for this breed. [nl] Do you wanna keep this breed?
choice
“Yes.”{
goto dog_name
}“No.”{
goto breed
}

label samoyed_fur
NARR
There are no available fur colors for this breed. [nl] Do you wanna keep this breed?
choice
“Yes.”{
goto dog_name
}“No.”{
goto breed
}
#OPTIONAL NAME CC#{
label dog_name

    NARR
What's your dog's name?

label dog_name_input
#if you want to include the default name of the dog#
input What’s Your Dog’s Name?|Name your dog (Default name: …)|Done(DOGNAME)

#if you don’t wanna do that then in the orange lines put this: What’s Your Dog’s Name?#

if (DOGNAME is “”) {
NARR
Sorry, you have to put a name.
goto dog_name_input

} else {
continue
}
#}
NARR
[DOGNAME]. A cute name for a cute dog!
#}
readerMessage Credit to | color:skyblue |@alexandra_episode_ | reset | on Instagram.
@DOG is transition_sit_to_stand_front THEN DOG walks to spot 0.697 517 368 AND DOG is walk_neutral

36 Likes

This is so cute :yay: i :heart: it :dizzy:

4 Likes

thank you :heart::heart:

1 Like

I love that background! Can I put it in my story? If you want credit, I’ll give it!

1 Like

of course. for the background there’s no credit needed. it was royalty free

1 Like

Awww it’s so cute :heart: Thank you for this.

1 Like

Can I use that?

That’s sooo cute

1 Like

yes it’s for everyone in the community to use

1 Like

Thank you so much for this!!

1 Like

you are welcome <3

1 Like

thank you so much!!!

1 Like

Definitely bookmarking this, thank you!

1 Like

bump :fist_right:

So adorable! I don’t need this template but thanks anyway… I couldn’t figure out the animations off the new dog… Now I know thanks!

I made a couple of videos that show you all the new dog animations, with their names. I can’t post it here, but it’s on Instagram if you want.

ty:) :kissing_smiling_eyes:

I’m getting a super weird glitch that says there is no Chihuahua Black Tan body. Which… there clearly is. Anyone else have this problem?

Is this how you coded it? I’m not having a glitch. What’s your glitch?

@DOG changes body into Chihuahua Black Tan

make sure you create a dog character in your portal. another user had that problem because they had not created a character

1 Like