ever since i started the level “seige of stonehold” i have not been able to get my character to move to the flags, i already have a plan for how i want to beat the level but even when i try entering, just the code for flag movment, my character does nothing. This is the code im using, is there something wrong with it?
flag = self.findFlag()
if flag:
self.pickUpFlag(flag)
else:
pass