User:Roboboto

From mediawiki.org

Testing Visual Editor[edit]

This is very easy to edit, artists will love this.

  • Testing Bullets
  • Testing hotkeys - ctrl + b
  • Testings Styles
  • Testing a link

Inserting and resizing images is easy:

Image thumnail example
You can easily create tables:
TODO Done
Upgrade wiki server
Install visual editor
Install Upload wizard
global function speedtest

void function speedtest()
{
	entity vehicle = GetVehicleArray()[0]
	for ( ;; )
	{
		printt( "Speed: " + Length2D( vehicle.GetVelocity() ) )
		wait 0.05
	}

}