Author Topic: Any way to track the kills of a particular unit?  (Read 6695 times)

annikk.exe

  • Achiever
  • Ent
  • ****
  • Thank You
  • -Given: 0
  • -Receive: 4
  • Posts: 1,809
Any way to track the kills of a particular unit?
« on: January 10, 2011, 08:11:12 PM »
Code: [Select]
playermine = GetAsteroid(0):AddMine(1)
Is there any way to track how many seedlings/flowers/whatever playermine has killed?
I can't think of a good/reliable method even with crazy code hax.  But for the level I'm working on, it could be key..

Alex

  • Administrator
  • Ent
  • *****
  • Thank You
  • -Given: 3
  • -Receive: 14
  • Posts: 1,035
Re: Any way to track the kills of a particular unit?
« Reply #1 on: January 10, 2011, 08:17:23 PM »
Not at the moment, sorry! Even the unit itself doesn't know at the moment.

annikk.exe

  • Achiever
  • Ent
  • ****
  • Thank You
  • -Given: 0
  • -Receive: 4
  • Posts: 1,809
Re: Any way to track the kills of a particular unit?
« Reply #2 on: January 10, 2011, 08:35:22 PM »
hehe ok no worries.  :>  I can work around it.