heres your coffee, unfortunatly the only way I know how to make it is in lua =P
Code:function GetCoffee(hour,type) local strong; if(type==nil)then type = "decaf" end for i=1, hour, 1 do strong=strong+1; end if(strong>20)then type = "regular" end return BrewCoffee(strong,type) end
Last edited by Boo Diddly; March 16th, 2009 at 09:06 PM. Reason: the compiler threw an error... "idiot didn't define types of coffee"
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks