0 = Mario
1 = Luigi
2 = Peach
3 = Toad
4 = Link
Example:
Code: Select all
if char(1).ID = 0 then
call showmsg("it's Mario")
end ifCode: Select all
if char(1).ID = 0 then
call showmsg("it's Mario")
end if
Code: Select all
do
char(1).pheight = x
char(1).pwidth = x
call sleep(1)
loopthe GaMERDoG wrote:Would the conversion generate the "correct" images?

