Jump to content

I can't seem to get a joined NPC to move with relocate_character


Recommended Posts

 play_sound(-49);
 relocate_character(5,20,23);
 force_instant_terrain_redraw();
 pause(5);
 play_sound(-50);
 relocate_character(5,19,23);
 force_instant_terrain_redraw();
 pause(5);
 play_sound(-49);
 relocate_character(5,18,23);
 force_instant_terrain_redraw();
 pause(5);
 play_sound(-50);
 set_character_facing(5,0);
 relocate_character(5,17,22);
 force_instant_terrain_redraw();
 pause(5);

etcetera, etcetera

 

Doesn't work. As he joins in that town, I've tried removing him from the party and using his original character ID, but that doesn't seem to work either. Hrmm...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...