I ran my registry optimization program and that fixed the problem. Perhaps there was a conflict between multiple programs. At any rate, my audio issue doesn't seem to be related to the AGS program.
Thanks
Thanks
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
function Bclose2_OnClick(GUIControl *control, MouseButton button)
{
gRansom.Visible=false;
gratmap.Visible=false;
gRansom.Visible=false;
gratmap.Visible=false;
}
// room script file
bool IsBoomBoxOn=true;
function iboombox_AnyClick()
{
IsBoomBoxOn=true;
if (IsBoomBoxOn == true) {
cksnipps.SayBackground("On");
}
else cksnipps.SayBackground ("off");
IsBoomBoxOn=false;
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.048 seconds with 15 queries.