Jump to content

BSL:BFW Scripting Language: Difference between revisions

m
no edit summary
(code pieces: follow me (events / player orders))
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_spawn charname
chr_lock_active charname
  ai2_followme charname
  ai2_followme charname
  ai2_setmovementmode charname run
  ai2_setmovementmode charname run
8,230

edits