| 1 |
looking
at
this
code
helped
me
understand
allot
thanks
|
1 |
.
|
| 2 |
\n
|
|
|
| 3 |
now i have another problem:
|
|
|
| 4 |
[spoiler]
|
|
|
| 5 |
\n
|
|
|
| 6 |
im trying to edit the heap model:
|
|
|
| 7 |
\n
|
|
|
| 8 |
[q]{{{
|
|
|
| 9 |
\n
|
|
|
| 10 |
{
|
|
|
| 11 |
spiderscout = {
|
|
|
| 12 |
featureDefs = {
|
|
|
| 13 |
HEAP = {
|
|
|
| 14 |
object = [[]],
|
|
|
| 15 |
},
|
|
|
| 16 |
},
|
|
|
| 17 |
},
|
|
|
| 18 |
}
|
|
|
| 19 |
\n
|
|
|
| 20 |
this works and makes flea have no wreck on death
|
|
|
| 21 |
\n
|
|
|
| 22 |
}}}[/q]
|
|
|
| 23 |
\n
|
|
|
| 24 |
[/spoiler]
|
|
|
| 25 |
\n
|
|
|
| 26 |
im trying to make all units that die leave no wreck
|
|
|
| 27 |
but i cant construct a working batch method its beyond my skills so far
|
|
|
| 28 |
\n
|
|
|
| 29 |
again thank you for any help you can offer
|
|
|