It seems that PO_sfPlayer doesn't have a gain attribute so a big part of the tutorial cannot be followed :(
From what I see in i-score, the player has a master container with a level attribute, but I tried :
p.master.level.val = 1;
p.master_container.level.val = 1;
p.master_container.val.level = 1;
p.master_container.val.level.val = 1;
but they all give me a nice call stack :p
thanks!
It seems that
PO_sfPlayerdoesn't have a gain attribute so a big part of the tutorial cannot be followed :(From what I see in i-score, the player has a
mastercontainer with alevelattribute, but I tried :p.master.level.val = 1;
p.master_container.level.val = 1;
p.master_container.val.level = 1;
p.master_container.val.level.val = 1;
but they all give me a nice call stack :p
thanks!