WoW Addon - OutRunner

Home‎ > ‎

Scripters

Post your script in the Script Post Page, I'll do my best to add them!

Saving Variables
A special variable is available that will be saved between sessions:
    OutRunner_scriptSavedVariables

Example
    OutRunner_scriptSavedVariables["myScriptName"]={}
    OutRunner_scriptSavedVariables["myScriptName"].test="this is a test variable that will be saved in between sessions"

Resources
    WoW API - World of Warcraft API


Check the OutRunner Updates for Scripters page for updates relating to script writers.