mob/proc
IntroMovie()
src.loc = locate(1,1,2)
Move(src,NORTH)
sleep(10)
Move(src,EAST)
sleep(10)
return
Problem description:
I want to make it appear that during movies, the character is "walking", but as it is now, the character just sorta..teleports around.
I removed the text that'll be there, but other than that, that's all there is. Any help?
'Course, when only walking one second, step(src,dir) might be better. :/