Author Topic: sexrepro code  (Read 6362 times)

Offline d-EVO

  • Bot Destroyer
  • ***
  • Posts: 125
    • View Profile
sexrepro code
« Reply #15 on: December 08, 2008, 05:41:47 PM »
Quote from: Moonfisher
The parrent birth tie is 0 and the child tie is 1...
So just have
*.robage 0 =
.deltie inc
somewhere...
You can't delete the birth tie. but you can replace it with a normal tie and then delete the normal tie

so it would look like this

cond
 *.robage 0 =
start
 .tie inc
stop

cond
 *.robage 1 =
start
 .deltie inc
stop

1:      2 is true
2:      1 is false