blender game engineでシーンの切り替え

pythonを使ったシーンの切り替えです

import bge
 
scene = bge.logic.getCurrentScene()
 
scene.replace("<other scene name>")