Easy Roll Tracker

Easy Roll Tracker

1.6k Downloads

Check that functions/variables are properly `local`

Ernest314 opened this issue ยท 1 comments

commented

Currently local function is just sprinkled in everywhere; go over everything to double check that it's being used properly and everything that should be local is local.

commented

This is being properly handled by #2 (the rewritten .lua file has correct variable & function scope).