8,230
edits
Paradox-01 (talk | contribs) (code pieces: follow me (events / player orders)) |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 145: | Line 145: | ||
func follow_me_TV | func follow_me_TV | ||
{ | { | ||
# ai2_spawn charname # or somewhere else | |||
chr_lock_active charname | |||
fork follow | fork follow | ||
} | } | ||
Line 152: | Line 155: | ||
if (follow_me eq 1) | if (follow_me eq 1) | ||
{ | { | ||
ai2_followme charname | ai2_followme charname | ||
ai2_setmovementmode charname run | ai2_setmovementmode charname run |
edits