#ifndef BGMSCRIPT_H #define BGMSCRIPT_H .string bgmscript; .float bgmscriptattack; .float bgmscriptdecay; .float bgmscriptsustain; .float bgmscriptrelease; .float just_toggled; void BGMScript_InitEntity(entity e); float BGMScript(entity e); #endif