i've got this part of the code on matrix sum ai for enemies and crap and sorta stuck becasue the ajckin and out system is sort igving an error can sum1 help here is where the eror is from o and thelocaitions aint done yet so its not them
if("Jump Program")
M.loc=locate(0,0,0)
M.frozen=0
M.inmatrix=1
if("Training")
M.loc=locate(0,0,0)
M.frozen=0
M.inmatrix=1
if("Armoury")
M.loc=locate(0,0,0)
M.frozen=0
M.inmatrix=1
if("City")
M.loc=locate(0,0,0)
M.frozen=0
M.inmatrix=1
ID:261788
![]() Jun 28 2003, 12:31 am
|
|
![]() Jun 28 2003, 12:44 am
|
|
everything after the if() procs need to be indented by one.
|