12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
#include "script_component.hpp"
|
|
ADDON = false;
|
|
|
|
PREP_RECOMPILE_START;
|
|
#include "XEH_PREP.hpp"
|
|
PREP_RECOMPILE_END;
|
|
|
|
GVAR(addressbook) = GETVAR(profileNamespace,FORGE_AddressBook,[]);
|
|
GVAR(messages) = [];
|
|
GVAR(email) = [];
|
|
|
|
ADDON = true; |