271
edits
m (okay, s10k, happy? ;-)) |
(ai2_showlinetochar: explanation of line colors) |
||
Line 133: | Line 133: | ||
|- | |- | ||
|bool||[[ai2_showlinetochar]]||0 | |bool||[[ai2_showlinetochar]]||0 | ||
|"draws a line from the player to every AI"||OK | |"draws a line from the player to every AI"<br>(to be precise, it draws a line from the player to every spawned AI character, be it via [[ai2_spawn]] or via [[chr_create]]) | ||
<ul> | |||
<li><span style="color: Green">green</span> line: AI character is active and drawn</li> | |||
<li><span style="color: Blue">blue</span> line: AI character is active, but not drawn</li> | |||
<li><span style="color: Red">red</span> line: AI character is inactive</li> | |||
</ul> | |||
Related BSL functions: [[chr_draw_all_characters]], [[chr_lock_active]], [[chr_unlock_active]]<br> | |||
Related BSL variables: [[chr_all_active]] | |||
||OK | |||
|- | |- | ||
|bool||[[ai2_showlocalmelee]]||0 | |bool||[[ai2_showlocalmelee]]||0 |
edits