Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - mm130k

Pages: [1]
1
Untagged bots / 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 

2
The Gene depository / virus bot needed
« on: October 11, 2009, 02:38:39 AM »
I made a virus using what I read abuot them. but I cant seem to make a bot that can live long enough for the virus to take efect. Can eny one help? hers the virus:

cond
 *.robage 0 =
start
 7 989 store
stop

cond
 *.vitmer 0 =
start
 3 .mkvirus store
 200 .vshoot store
stop

cond
 7 *989 !=
start
*.thisgene .mkvirus store
200 .vshoot store
-2 .shoot store
.delgene dec
 stop

Whatever I try the bot just wont live.
thanks to all that help!
p.s. im new so try to explaine what you put into the bot that makes it live.

Pages: [1]