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.


Messages - havingphun

Pages: 1 2 3 [4]
46
Suggestions / Air, Water ,and Solid Ties
« on: October 13, 2011, 07:04:44 PM »
Just to have the option of air or water and then the option of solid ties which bots would collide with and if there was air or water then swim or fly, if created right.

47
DNA - General / Some sort of nueral system idea
« on: October 13, 2011, 06:55:38 PM »
Well you know how if you make a bot that just ties to any one of its species it sees. Would if the bots clumped together in big groups and then one or more would be assigned as brain bots. every bot in this clump would constantly be communicating information like what they see there  nrg and other things and then those things would be sent to the brain cells and based on whats happening they would decide what to do.I would do this but im not completly sure how to do the messaging system. also how to know which bot is which in the system so they dont do the wrong thing. So anyone have any ideas?

48
DNA - General / Re: How do I do "and" and "or" statements?
« on: October 13, 2011, 06:27:38 PM »
ok thanks

49
DNA - General / Other ways of identifying freinds and foes
« on: October 13, 2011, 06:24:36 PM »
Is there any other ways to identify if another bot is friend or foe instead of checking there eyes?

50
Off Topic / what does this do?
« on: October 13, 2011, 05:44:51 PM »
I have seen this on several bots, what does it do?



[div class=\'codetop\']CODE[div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']

51
Suggestions / Nested conditions
« on: October 13, 2011, 05:20:51 PM »
just have it so you can nest conditions like:

Code: [Select]
Cond
*.nrg 2000 >
    cond
    *eye5 1 != 
start
 600 .up store
stop

I just think that it would be nice if we could have nested conds.

52
Suggestions / Spore repro
« on: October 13, 2011, 05:17:31 PM »
Sorry if this was already suggested but here it is. So how about having the option of bots reproducing with spores. you could specify the amount of spores and also have a variable called sporedef that would allow you have a specific code for the spore if you wanted to. I dont think this should be added because it is already possible to code spores with db, but i just wanted to throw the idea out there.

53
DNA - General / Re: How do I do "and" and "or" statements?
« on: September 26, 2011, 03:19:11 PM »
do i need the b's surrounding the and? So it would be

Code: [Select]
cond
*.nrg 1000 >
*.body 100 >
and
start
30 .repro store
stop


Then if nrg and body are both more than the number specified then the bot will reproduce, right?

54
DNA - General / How do I do "and" and "or" statements?
« on: September 26, 2011, 03:07:49 PM »
Would I do it like this:

Code: [Select]
cond
*.nrg 1000 >
and
*.body 100 >
start
30 .repro store
stop

Is that how to do it because i cant get it working.
Also I have another question whats the difference of putting *.nrg and .nrg
Thanks in ahead and i hope you can help me.

Pages: 1 2 3 [4]