This is my own response, but I solved it by using a case expression as shown below. Sorry for the trouble
.
case(CrtCls):
"0" =>
# Other Processing
"2" =>
ClassSelector.ChangeClass(Player)
_ =>
# Other Processing
This is my own response, but I solved it by using a case expression as shown below. Sorry for the trouble
.
case(CrtCls):
"0" =>
# Other Processing
"2" =>
ClassSelector.ChangeClass(Player)
_ =>
# Other Processing