BSL:AI activity: Difference between revisions
Jump to navigation
Jump to search
(adding Group column) |
(changed BSL Group Table param to be unnamed) |
||
Line 4: | Line 4: | ||
!Type | !Type | ||
!Name | !Name | ||
!Platform<onlyinclude>{{BSL Group Table| | !Platform<onlyinclude>{{BSL Group Table|{{PAGENAME}}}}</onlyinclude> | ||
|} | |} | ||
Revision as of 16:51, 11 December 2015
Group | Kind | Type | Name | Platform |
---|---|---|---|---|
void | ai2_active | | ||
void | ai2_allpassive | | ||
void | ai2_inactive | | ||
void | ai2_passive | | ||
void | ai2_setalert | | ||
bool | chr_all_active | | ||
bool | chr_disable_visactive | | ||
bool | chr_draw_all_characters | | ||
void | chr_freeze | | ||
void | chr_lock_active | | ||
void | chr_neutral | | ||
void | chr_peace | | ||
void | chr_unlock_active |
Functions for controlling the activity of AIs.
void |
string or int |
|
ai2_active( |
ai_name or script_id |
); |
default: -- |
-- |
[text about ai2_active]
void |
string or int |
|
ai2_idle( |
ai_name or script_id |
); |
default: -- |
-- |
[text about ai2_idle]