epic/state.lua

7 lines
111 B
Lua

-- returns the current state or nil
epic.get_state = function(playername)
return epic.state[playername]
end