Decision Engine section

This commit is contained in:
Anthony Leland 2020-10-30 05:23:31 -04:00
parent 2993056967
commit 31024f9fc5
8 changed files with 76 additions and 25 deletions

View file

@ -29,8 +29,15 @@
"metadata": {},
"source": [
"const int NAX_MOOD = 600;\n",
"const int MAX_MOTIVE = 100;\n",
"\n",
"const int MAX_MOTIVE = 100;"
],
"outputs": []
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"source": [
"static int MaxLimit(this int val, int max)\n",
"{\n",
" if (max < 0)\n",