Thread: save[#]
View Single Post
  #4  
Old 01-29-2003, 02:22 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
save's are just a var you set serverside that the npc can read (but not write) clientside, nothing special, 2k1 uses them for things like the drainsine, they use save[0] = true to make other scripts know that the npc is a railtrack and they use save[9] = # to make other npcs (like the train or draisine) know what direction to move in
Reply With Quote