local function helpfuncion()
	print("Commands for Jelly Sonic")
	print("")
	print("Commands is the same as Jelly Tails commands but with a js_ prefix instead of jt_")
	print("")
	print("1. js_stronk")
	print("2. js_playerbounce")
	print("3. js_hyperflash")
end

COM_AddCommand("js_help", helpfuncion)