comparison State.lua @ 76:39be9328acd0

Turning bidding admin buttons into state responders Starting to integrate master looting along with the bids
author John@Yosemite-PC
date Tue, 10 Apr 2012 23:50:07 -0400
parents ed1c9fd4cc95
children 5b507f4125d4
comparison
equal deleted inserted replaced
75:ed1c9fd4cc95 76:39be9328acd0
43 stateitem = nil 43 stateitem = nil
44 stateitemlist = {} 44 stateitemlist = {}
45 statebids = {} 45 statebids = {}
46 staterolls = {} 46 staterolls = {}
47 stateactivelist = nil 47 stateactivelist = nil
48
49 -- todo: protect initiators to admin only
48 50
49 local rollListeners = {} 51 local rollListeners = {}
50 function RegisterListenerRolls(listener) 52 function RegisterListenerRolls(listener)
51 table.insert(rollListeners,listener) 53 table.insert(rollListeners,listener)
52 end 54 end