You are not logged in.
Pages: 1
Finally this website is active again.
Hello again,long time no see I guess.
I'm trying to find the Oak movement(towards you),but I can't seem to find it.It isn't anywhere in npc_movement.
Where can I find it?
One more question,how can I put an NPC in front of him that has the same movement?
Pandas sure don't like vegans...
Offline
UPDATE:I managed to make him appear on the screen,however,the movement to the lab doesn't load,instead he mindlessy goes down.Did anyone encounter this problem,if yes,how did you fix it?
This is the script he should follow by the way,in case you need it to help me.
RLEList_ProfOakWalkToLab:
db NPC_MOVEMENT_LEFT, $02
db NPC_MOVEMENT_DOWN, $01
db NPC_MOVEMENT_LEFT, $06
db NPC_MOVEMENT_DOWN, $07
db NPC_MOVEMENT_RIGHT, $10
db NPC_MOVEMENT_UP, $02
db $E0, $01 ; stand still
db $FF
Pandas sure don't like vegans...
Offline
Pages: 1