guide-me / GuideMe

an interactive story viewer
MIT License
4 stars 8 forks source link

delete scriptVars that are no longer needed #18

Closed philormand closed 9 years ago

philormand commented 9 years ago

[*]There should be a way to delete scriptVars that are no longer needed. I can find no way to do it now. This came up because of the next issue.

philormand commented 9 years ago

scriptVar.clear() will already delete all variables scriptVar.remove("Fred") will remove the variable named Fred