Advertisement
Guest User

Tasks

a guest
Dec 31st, 2014
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. AddTask("", { -- task name
  2.         locks= LOCKS., --locks for a task
  3.         keys_given=KEYS., --keys a task gives
  4.         entrance_room_chance = 0, -- chance for an entrance room
  5.         entrance_room = {}, -- what that entrance room should be
  6.         room_choices={}, -- rooms in a task
  7.         room_bg=GROUND., -- the floor
  8.         background_room="", -- the background room
  9.         colour={r=0,g=0,b=0,a=0} -- debug feature
  10.         make_loop = false-- causes a donut shaped task
  11.         crosslink_factor = 0 -- to determine crosslink factor
  12.         maze_tiles = {} -- used in the labrynth
  13.     })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement