uncommented a macro
This commit is contained in:
parent
d777904653
commit
6ad043b95a
1 changed files with 11 additions and 11 deletions
|
@ -9,17 +9,17 @@
|
|||
[/aspect]
|
||||
#enddef
|
||||
|
||||
# #define AI_ASPECT_FOR_TIME_OF_DAY ID FACETID TIMEOFDAY VALUE
|
||||
# #macro to define a simple facet of ai aspect which has an id of FACETID an is active during time of day TIMEOFDAY
|
||||
#[aspect]
|
||||
# id={ID}
|
||||
# [facet]
|
||||
# id={FACETID}
|
||||
# time_of_day={TIMEOFDAY}
|
||||
# value={VALUE}
|
||||
# [/facet]
|
||||
# [/aspect]
|
||||
# #enddef
|
||||
#define AI_ASPECT_FOR_TIME_OF_DAY ID FACETID TIMEOFDAY VALUE
|
||||
#macro to define a simple facet of ai aspect which has an id of FACETID an is active during time of day TIMEOFDAY
|
||||
[aspect]
|
||||
id={ID}
|
||||
[facet]
|
||||
id={FACETID}
|
||||
time_of_day={TIMEOFDAY}
|
||||
value={VALUE}
|
||||
[/facet]
|
||||
[/aspect]
|
||||
#enddef
|
||||
|
||||
|
||||
#define AI_NO_SCOUTS
|
||||
|
|
Loading…
Add table
Reference in a new issue