Menu
Forums
New posts
Search forums
What's new
New posts
Latest activity
Log in
Register
What's new
Search
Search
Search titles and first posts only
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Help Support The Rugby Forum :
Forums
Other Stuff
Rugby Video Games & Apps
Rugby World Cup 2011 Game
Patch 1.01 Release - Xbox 360 and PS3
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="StevoIRL" data-source="post: 436665" data-attributes="member: 35281"><p>Well logically thinking it's quite simple to program</p><p></p><p>class Rules</p><p>{</p><p> boolean dropGoalAvailable;</p><p></p><p> void dropGoal()</p><p> {</p><p> if( play == scrum or free kick)</p><p> { </p><p> dropGoalAvailable = false</p><p> } </p><p> else</p><p> {</p><p> dropGoalAvailable = true </p><p> insert into AI commands list (or something)</p><p> }</p><p></p><p>}</p></blockquote><p></p>
[QUOTE="StevoIRL, post: 436665, member: 35281"] Well logically thinking it's quite simple to program class Rules { boolean dropGoalAvailable; void dropGoal() { if( play == scrum or free kick) { dropGoalAvailable = false } else { dropGoalAvailable = true insert into AI commands list (or something) } } [/QUOTE]
Verification
Post reply
Forums
Other Stuff
Rugby Video Games & Apps
Rugby World Cup 2011 Game
Patch 1.01 Release - Xbox 360 and PS3
Top