fut
fut copied to clipboard
How to find out if a player in my club is TOTW?
Hello, I need to find out if a player, which I owe is special and if he does - is he TOTW player, OTW, etc?
I know that assetId determines every player and defId determines every player and type of this player, but how can I get defId of my player?
"x = fut.tradepile() print(x[0])" - It gives me assetId and many more informations, but not the defId. Nevertheless, I know that I can get info if my player is special - "rareflag" describes it. But I have to know if he is TOTW, OTW, TOTY etc..
Function searchDefinition(123) gives every version of player with assetId equal 123, so it doesn't help me at all.