Carmaniac's Speech Bubble Script for v18 (Plug-and-Play)

Resource Carmaniac's Speech Bubble Script for v18 (Plug-and-Play) v1.0

Avery

Community Best Friend!
Member
Joined
Feb 24, 2018
Posts
90
Avery submitted a new resource:

Carmaniac's Speech Bubble Script for v18 - Blah blah blah

Since I noticed Carmaniac's Speech Bubbles script wasn't compatible with v18, I've decided to update it!

Instructions:
1) Download the files and place the images in the corresponding folders of Essentials, while ignoring the PokemonMessages text file.

2) In the Settings script section, add a new line add with $Bubble = 0

3) Next, in the SpriteWindow script, on line 13, under DARKTEXTSHADOW, add this:

BUBBLETEXTBASE = Color.new(22,22,22)...

Read more about this resource...
 

dreamaurua

Rookie
Member
Joined
Oct 7, 2020
Posts
3
Age
30
2) In the Settings script section, add a new line add with $Bubble = 0

Im sorry i am such a rookie. but I cannot find where to put this change anywhere.
 

riddlemeree

Novice
Member
Joined
Apr 22, 2017
Posts
20
Syntax error is raised during compilation for Line 15 on default V18:
:credits => "Carmaniac","Avery","Boonzeet",

I just replaced it with "Carmaniac and Avery and Boonzeet" and it's fine from there.
 

Marin

Administrator
Administrator
Correct syntax for crediting multiple people is ["Person 1", "Person 2", "Person 3"]
 

thedizzygamer

Rookie
Member
Joined
Nov 4, 2020
Posts
2
Age
28
I don't see

3) Next, in the SpriteWindow script, on line 13, under DARKTEXTSHADOW, add this:

BUBBLETEXTBASE = Color.new(22,22,22)...

Where do I put this?
 
Top