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 Menucharacter[FAMER].Animate(0, 1,eRepeat, eNoBlock, eForwards);
Compile Error
---------------------------
There was an error compiling your script. The problem was:
In: 'Room 8 script'
Error (line 8): Undefined token 'SetFlashlightDarkness'
// script for room: Player enters screen (before fadein)
// set darkness so dark than you can still see a little bit of the background (+3)
SetFlashlightDarkness (GetFlashlightMinLightLevel() + 3);
// set brightness to the brightest value
SetFlashlightBrightness (GetFlashlightMaxLightLevel());
// define the outer circle (outside it will be dark)
SetFlashlightDarknessSize (50);
// define the inner circle (inside it will be bright)
SetFlashlightBrightnessSize (20);
// set this to have the light spot follow mouse movement
SetFlashlightFollowMouse (1);
}
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.466 seconds with 14 queries.