Moved NPCs (PositionCell) need AiWander

Type: 

Reminder

Severity: 

Normal

Game version: 

Morrowind

Concerns: 

TR_Mainland

Found in Version: 

Status: 

Description: 

When PositionCell, Position, or SetPos, change a NPC's position, AiWander needs to be given on the next line so the AI knows its new position. Otherwise position may reset to previous coordinates on resting. May revert coordinates only, won't revert cell changes.

The parameters can be 0 without great harm, give 0 or more radius, or use the default generic parameters for AiWander, 60% idle2, 20% idle3, 10% idle4 idle5:
"Actor_ID"->AIWander, 0, 0, 0, 0, 60, 20, 10, 10, 0, 0, 0, 0

Already fixed in mainland with 0 radius and 0 idles for now

Comments

NPCs with SetPos scripts: tr

Rot's picture

NPCs with SetPos scripts done in 2018-07-15 mainland file (Exception: TR_m3_q_3_VaultClerk; not sure if desirable.)