This is the code I am using, very simple code. It worked before, but now…not so much.
import sys
import gamelogic
cont=gamelogic.getcurrentcontroller()
own=cont.getowner()
The controller is coming up fine, but the “own” variable is coming up empty. Has something changed since the new release? What am I doing wrong. All I want to do is let “own” represent the owner of the controller that accesses the script and access the objects properties(ex. “j=own.text”) Thanks in advance.