Orbital Scoreboard
VPX: User Settings
3min
player definitions and at the top of the table script we'll need fields where the player adds their information they receive after signing up on orbitalscoreboard https //orbitalscoreboard com/register/ '============================ ' orbital scoreboard '============================ 	dim osbactive\ osbactive = 2 'set to 0 for off, 1 for only player 1 to be sent, 2 for all scores to be sent 	if osbactive = 1 or osbactive = 2 then 	 on error resume next 	 executeglobal gettextfile("osb vbs") 	end if player osb vbs file example this goes in their visual pinball / scripts folder const osbid = "" ' your orbital scoreboard login name const osbkey = "" ' your orbital scoreboard api key const osbdefinit = "" ' your default initials to use (you will be able to alter it on high score entry in a future release) example file https //archbee doc uploads s3 amazonaws com/sbu2f3jipcidg51heg6qz/n00mjcd4eztqhlswcdvuu osb vbs