1
General Discussion / Bizzare Problem with RPGCode?!?!
« on: June 27, 2007, 09:06:17 AM »
i`m creating a CMS (Custom Menu System) for my game,
but i`ve run into a uuhhh... strange error.
code:
output i`m getting:
What The :censored: ?!?!?!?! Confused Confused
but i`ve run into a uuhhh... strange error.
code:
Code: [Select]
i! = pc1_nextSlot!
.
.
.
until(i! == 20)
{
text(16, 1.5, i!)
y! = 4
text(6, y!, items[pc1[i!][0]!][0]$)
text(16, y!, "x" + castLit(pc1[i!][1]!))
y! += 1.5
text(6, y!, i!)
i!++
}
Output i should get:Quote
0
potion x1
Cancel
0
output i`m getting:
Quote
0
Cancel x0
??
What The :censored: ?!?!?!?! Confused Confused