Advertisement
Guest User

Tasks

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