Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$AmbientWindSound = sfxCreateSource(WindSound);
$AmbientWindSound.setVolume(0.2);
$AmbientWindSound.setPitch(0.6);
$AmbientWindSound.setName(WindSoundSource);
addMessageCallback("MsgMidair", insertBookmark);
![]()
Figured out how to get rid of console spam and have health/energy during demo playback. Change the function above so it reads like this:
Code:if($Client::IsConnected == 1 || $IsADemoPlayback == true)
if ($Client::IsConnected == 1 || (isObject(ServerConnection) && serverconnection.isDemoPlaying()))