A few basic scripts (Copypasta-able)

Jul 19, 2009 at 4:51 AM
In front of a computer
"Man, if only I had an apple..."
Join Date: Mar 1, 2008
Location: Grasstown
Posts: 1435
Gaajashin said:
I hate referencing with head.tsc. So is this ok?

Code:
#0200
<KEY<ITJ0001:0201<MSGLocked.<NOD<END

#0201
<KEY<FLJ0001:0202<FL+0001<SOU0022<CNP0004:0021:0000
<MSGOpened the chest.<NOD<GIT1001<IT+0001:0000<CLR
<CMU0010Got the =Weaponry Key=!<WAI0160<NOD<GIT0000<CLO<RMU<END

#0202
<KEY<MSGEmpty...<NOD<END
Um... apart from the addition of <END, that's exactly the same as the original script you posted. Why did you bother asking for advice if you're just going to ignore it? :/
 
Oct 25, 2009 at 1:51 AM
Senior Member
"Master using it, and you can have this!"
Join Date: Oct 24, 2009
Location: Illinois
Posts: 76
I have tried out most of the most basic scripts here, and none of them seem to work. Here is my script for the map:

#099
<FAI0001<FOM0001<MNA<CMU0021<END

#100
<KEY<FLJ0100:0101<MSGOpened the chest...<NOD<CLR<CNP0100:0021:0000<SOU0022<CMU0010<GIT1001<IT+0001You got =Arthurs Key=!<WAI0160<NOD<GIT0001<CLO<FL+0100<END

#101
<KEY<MSGEmpty...<NOD<CLO<END


I copied and pasted exactly what you said, and for some reason, it just fades in again.

EDIT:
And yes, I created the entities exactly as you said too.
 
Oct 25, 2009 at 1:56 AM
Level 73 Procrastinator
"Life begins and ends with Nu."
Join Date: Apr 6, 2009
Location: Forgotten Tower
Posts: 2052
Beginner's luck. Bad luck.

D'oh! Simple problem here.
You forgot the extra 0's for your event numbers.
They should be 0099, 0100, and 0101 respectively.
It's very important to keep this 4 digit format, as you can obviously see from your errors, as Cave Story reads them in a specific way, and throws a fit if you don't do it right.
 
Oct 25, 2009 at 2:06 AM
Senior Member
"Master using it, and you can have this!"
Join Date: Oct 24, 2009
Location: Illinois
Posts: 76
Re: Beginner's luck. Bad luck.

VoidMage_Lowell said:
D'oh! Simple problem here.
You forgot the extra 0's for your event numbers.
They should be 0099, 0100, and 0101 respectively.
It's very important to keep this 4 digit format, as you can obviously see from your errors, as Cave Story reads them in a specific way, and throws a fit if you don't do it right.

Yep, it works now! Thank a bunch!
 
Back
Top