Buffer Overrun Error!

Jul 14, 2009 at 4:40 PM
Senior Member
"I, Ikachan. The Life and Documentary of the OrigiNAL SQuiD."
Join Date: Jul 14, 2009
Location:
Posts: 155
How do I fix it? Every time I try to use it for interaction it happens.

The scripts for my interactions.

Sign 1:
Code:
#0300
<KEY<MSG<TURBe careful of the water ahead, you might get drowned, get to the surface of the water before your air runs out.<NOD<END

Sign 2:
Code:
#0301
<KEY<MSG<TURThe spikes and bats ahead are pretty tricky, mind your footing.<NOD<END

Life Capsule:
Code:
#0400
<PRI<SOU0022<DNP0400<CMU0016
<MSG<GIT1006Got a =Life Capsule=!<WAI0160<NOD<RMU<ML+0003
Max health increased by 3!<NOD<END
 
Jul 15, 2009 at 3:34 AM
Level 73 Procrastinator
"Life begins and ends with Nu."
Join Date: Apr 6, 2009
Location: Forgotten Tower
Posts: 2052
Buffer Overrun Error?

Could you give us the complete script?
From what I see, none of these events should produce the error you have, so it might be something else...
 
Jul 15, 2009 at 3:39 AM
Senior Member
"This is the greatest handgun ever made! You have to ask yourself, do I feel lucky?"
Join Date: May 4, 2006
Location: Florida
Posts: 115
Age: 44
It may be a case of calling the incorrect script on interaction.
Are you sure you set the eventID to 0300, 0301, and 0400 and not the FlagID instead?
 
Jul 15, 2009 at 5:47 AM
Senior Member
"I, Ikachan. The Life and Documentary of the OrigiNAL SQuiD."
Join Date: Jul 14, 2009
Location:
Posts: 155
Wistil said:
It may be a case of calling the incorrect script on interaction.
Are you sure you set the eventID to 0300, 0301, and 0400 and not the FlagID instead?

I'm sure of it.

And to the other guy,

Code:
#0090
<MNA<CMU0008<FAI0000<END
#0091
<MNA<CMU0008<FAI0001<END
#0092
<MNA<CMU0008<FAI0002<END
#0093
<MNA<CMU0008<FAI0003<END
#0094
<MNA<CMU0008<FAI0004<END

#0099
<CMU0008<FAI0004<END


#0101
<PRI<CNP0101:0000:0000<SOU0011<FAO0003<TRA0013:0093:0010:0003

#0102
<PRI<FLJ0302:0104<FLJ0301:0103<MSG?!<NOD<END
#0103
<PRI<FAO0002
<FL+0302<FL+1641<FL+1642
<MYD0002<TRA0018:0502:0002:0000
#0104
<KEY<FAO0002<TRA0011:0094:0008:0006
#0110
<KEY<FAO0004<TRA0090:0092:0007:0009


#0150
<KEY<MYD0000<CMU0008<FAI0004
<WAI0030
<SOU0012<CMP0050:0035:0067<WAI0020
<SOU0012<CMP0050:0036:0067<WAI0020
<END

#0200
<END
#0201
<END

#0300
<KEY<MSG<TURBe careful of the water ahead, you might get drowned, get to the surface of the water before your air runs out.<NOD<END

#0301
<KEY<MSG<TURThe spikes and bats ahead are pretty tricky, mind your footing.<NOD<END

#0400
<PRI<SOU0022<DNP0400<CMU0016
<MSG<GIT1006Got a =Life Capsule=!<WAI0160<NOD<RMU<ML+0003
Max health increased by 3!<NOD<END

#0500
<KEY<FLJ1640:0201<FL+1640<SOU0022<CNP0200:0021:0000
<MSGChecked Hermit Gunsmith's grave.<NOD<GIT0002<AM+0002:0000<CLR
<CMU0010Got the =Polar Star=!<WAI0160<NOD<GIT0000<CLO<RMU
<MSG
The same radio wave ruptures through your body...<FAO0004<NOD<TRA0018:0501:0002:0000
 
Back
Top