In this case, how should you call a function with the 'no_rollback' effect?

This is my own response, but I solved it by using a case expression as shown below. Sorry for the trouble :laughing:.

case(CrtCls):
   	"0" => 
        # Other Processing

    "2" => 
        ClassSelector.ChangeClass(Player)

	_ =>
		# Other Processing