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

0 Members and 1 Guest are viewing this topic.

annikk.exe

  • Achiever
  • Ent
  • ****
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1,794
Any way to track the kills of a particular unit?
« on: January 10, 2011, 12: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: 13
  • Posts: 1,035
Re: Any way to track the kills of a particular unit?
« Reply #1 on: January 10, 2011, 12: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: 0
  • Posts: 1,794
Re: Any way to track the kills of a particular unit?
« Reply #2 on: January 10, 2011, 12:35:22 PM »
hehe ok no worries.  :>  I can work around it.