source:
experiments/frams/deathmatch/data/scripts/deathmatch-smellPopulation.neuro
@
1319
Last change on this file since 1319 was 480, checked in by , 9 years ago | |
---|---|
File size: 702 bytes |
Rev | Line | |
---|---|---|
[231] | 1 | class: |
2 | name:Sp | |
3 | longname:Smell population | |
4 | description:Detects the population given by the "pop" parameter | |
5 | prefoutput:1 | |
6 | preflocation:1 | |
7 | vhints:32 | |
8 | # 32=receptor class | |
9 | icon:~ | |
10 | 64,5,7,100,50,90,50,90,40,70,40,80,50,70,60,90,60,90,50,3,10,40,15,45,15,55,10,60,5,20,30,25,35,30,45,30,55,25,65,20,70,4,15,35,20,40,22,50,20,60,15,65,5,75,50,50,50,45,45,40,50,45,55,50,50~ | |
11 | code:~ | |
12 | function init() | |
13 | {} | |
14 | ||
15 | function go() | |
16 | { | |
[480] | 17 | if (Populations.size>NeuroProperties.pop) |
18 | Neuro.state = Populations[NeuroProperties.pop].senseCreaturesProperty( | |
[231] | 19 | Neuro.position_x, Neuro.position_y, Neuro.position_z, |
20 | "energy", Neuro.creature); | |
21 | else | |
22 | Neuro.state=0; | |
23 | } | |
24 | ~ | |
25 | ||
[480] | 26 | property: |
[231] | 27 | id:pop |
28 | name:population | |
29 | type:d |
Note: See TracBrowser
for help on using the repository browser.