hand<<print $hand1>>\n<<print "*playing*">>\n\n<<set $card to $hand1.splice(0,1).join()>>\n<<set $pot.push($card)>>\n<<set $temp to either(1,3,5,7,8,10)>>\n<<set $hand1.push($temp)>>\npot<<print $pot>>\nhand<<print $hand1>>\n[[Game]]
<<if $pot.length < 2>>You are not able to draw at the moment. Please [[Play]]<<else>> \n\n<<if $pot.indexOf(11) gte 0>>\n<<set $point1 to 0>>\n<<endif>>\n\n<<if $pot.indexOf($allergy) gte 0>> \n\t<<if $life == 2>>\n\t\t<<set $life to 1>>\n\t<<else>>\n\t\t<<set $points to 0>>\n\t<<endif>>\n<<endif>> \n<<set $point1 to ($point1+$pot.length)>>\nTotal Points<<print $point1>>\n<<endif>>\n[[Game]]
<<set $allergy1 = either(1,3,5,7,8,10)>>\n<<set $hand1 = [either(1,3,5,7,8,11),either(1,3,5,7,8,10),either(1,3,5,7,8,10)]>>\n<<set $points = 0>>\n<<set $life to 2>>\n<<set $pot = []>>\n\n\n\n[[Start]]
Instructions:\nChoose the number of players, 2-6.\nEach player starts with five cards in their hand and one allergy card.\nEach player puts a number card down in the pot, then you recive a card from the deck.\nYou may also retrive what is in the pot when the card total is greater than two.\nNumber of lives two\n\nHow To Win:\nIf two players are playing the goal is ten points to win for additional players add five points to win.\nYou can also win if your the last one alive.\n\nHow To Lose:\nAllergies;\nIf your allergy is "name" then you are allergic to "number".\n"name"="number"\nPeanuts=1\nFish=3\nDairy=5\nEggs=7\nWheat=8\nsoy=10\n\nIf you get an allergy from the pot you lose a life and the poision will kill you instantly.\nThe if you recieve an allergy form the pot the points recieved are halfed.\n\n[[Begin Game|Game]]
Hello!! Welcome To The Game!\n\n[[Start|Game]]\n[[Directions|Direction]]\n\n
[[Play]]\n\n[[Draw from pot|Drawpot]]