Author Topic: Energy Emitting Vegies  (Read 3362 times)

Offline mm130k

  • Bot Neophyte
  • *
  • Posts: 14
    • View Profile
Energy Emitting Vegies
« on: May 31, 2010, 01:22:01 AM »
Code: [Select]
' Energy Emitting Vegi
'
' a vegi that shoots out all its energy
' then dies.

cond
  *.nrg
  200
  >
start
  100
  .aimdx
  store
stop

cond
start
  -2
  .shoot
  store
  200
  .shootval
  store
  5
  .up
  store
stop
end

i thought of this while trying to find a way to keep vegies from being infected by a virus
  if the vegy dosnt live long enough to get hit by the virus then the vegy wont  get infected 
« Last Edit: December 22, 2011, 11:48:52 AM by Shasta »

Offline Houshalter

  • Bot Destroyer
  • ***
  • Posts: 312
    • View Profile
Energy Emitting Vegies
« Reply #1 on: May 31, 2010, 03:57:43 PM »
How does it reproduce?

Offline mm130k

  • Bot Neophyte
  • *
  • Posts: 14
    • View Profile
Energy Emitting Vegies
« Reply #2 on: May 31, 2010, 08:32:53 PM »
it doesn't,
 it dies so soon that it never got a chance so i deleted the gene

Offline Botsareus

  • Society makes it all backwards - there is a good reason for that
  • Moderator
  • Bot God
  • *****
  • Posts: 4483
    • View Profile
Re: Energy Emitting Vegies
« Reply #3 on: May 02, 2014, 01:16:25 PM »
Moved to untagged for two reasons:
1.) No longer qualifies as Vegy.
2.) Bad formatting.