Advertisement
danfusion

fooQuest.cfm

Nov 11th, 2011
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Friday Puzzler: The Quest for Foo</title>
  5.     </head>
  6.     <body>
  7.         <cfscript>
  8.             args.travelActions = "travel,drive yourself,walk,journey";
  9.             args.travelTypes = "mount,valley,village";
  10.             args.modifiers = "404 not found, Copy and Paste, Butress of Cunning, Striped Furriness, Slightly Moistened, Buffer Overflow";
  11.             args.names = "Bob,Fred,Joe,Bill,James";
  12.             args.killActions = "slay,maim,destroy,fragment";
  13.             args.retrieveActions = "steal,retrieve,obtain";
  14.             args.lootTypes = "sword,chestplate,armor,axe,bow and arrow,greaves,gloves,gauntlets,helmet,gem";
  15.             fooQuest = CreateObject("component","fooQuest").init(argumentCollection=args);
  16.         </cfscript>
  17.         <cfdump var="#fooQuest.getQuestTest()#" />
  18.        
  19.     </body>
  20. </html>
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement