add examples
This commit is contained in:
parent
8504ba52f6
commit
42757ddc4f
35 changed files with 1104 additions and 609 deletions
5
examples/woods/rules/r_attack_nac4.od
Normal file
5
examples/woods/rules/r_attack_nac4.od
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# If dead, cannot attack
|
||||
|
||||
animalState:RAM_AnimalState {
|
||||
RAM_dead = `get_value(this)`;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue