Development Forum |
 |
|

Malkin
     Manager

|
12/13/2009 | |
Has anyone tried using Bibble's Pears agent from the Bibbleworld download packs? They don't seem to work for me, and I don't know why - looking at the code, they seem like a pretty straightforward version of the apples??
Pearmaker timer:
scrp 1 1 48500 9
inst
setv va00 0
enum 2 8 48500
doif ov00 eq 0
addv va00 1
endi
next
doif va00 lt 5
new: simp 2 8 48500 "pear" 15 0 10
attr 64
bhvr 48
elas 30
accg 5
fric 100
tick rand 50 300
mvto rand 2160 2500 rand 100 320
setv ov61 25
endi
endm |
Pear timer:
scrp 2 8 48500 9
doif ov00 eq 0
doif carr eq null
doif pose lt 13
setv va00 pose
addv va00 1
pose va00
else
doif attr eq 64
attr 67
endi
addv ov99 1
endi
doif ov99 ge 20
setv ov99 0
doif attr eq 67
attr 195
endi
setv ov00 1
emit 6 0.01
inst
new: simp 2 8 48500 "pear" 15 0 10
doif rand 1 4 eq 1
perm 60
endi
attr 64
bhvr 48
elas 30
fric 100
accg 5
tick rand 100 300
mvto rand 2160 2500 rand 100 320
setv ov61 25
targ ownr
endi
endi
endi
doif ov00 eq 1
addv ov99 1
doif ov99 ge 50
doif carr eq null
altr room targ 4 0.01
altr room targ 3 0.01
kill ownr
endi
endi
endi
endm |
My TCR Norns |
 Prodigal Sock
Ghosthande
    

|
12/13/2009 | |
I'm not seeing anything that jumps out at me. How aren't they working?
 |

Malkin
     Manager

|
12/13/2009 | |
They're not showing up on the apple tree, where they should be. I have turned off autokill to see if that was the case, and they're still not showing up. :/ They should take the same amount of time to show as the apples do, but they're not there at all.
My TCR Norns |
 Prodigal Sock
Ghosthande
    

|
12/13/2009 | |
Hmm. The install script for the vendor does have a "tick 1" (or tick some-other -number) somewhere in it, right?
 |

Malkin
     Manager

|
12/13/2009 | |
The installation for the pear mother is as follows:
new: simp 1 1 48500 "blnk" 1 0 0
tick 3600
mvto 2160 100 |
It's the same amount of ticks as for the apple, so it should follow the same sort of life cycle.
My TCR Norns |