syserr.txt error

02/02/2020 11:54 riven11#1
After i try to load the .py script using python loader i get this :

0202 11:48:40560 :: TypeError
0202 11:48:40560 :: :
0202 11:48:40560 :: int() argument must be a string or a number, not 'NoneType'
0202 11:48:40560 ::
02/04/2020 15:19 SacrificedFox#2
Quote:
Originally Posted by riven11 View Post
After i try to load the .py script using python loader i get this :

0202 11:48:40560 :: TypeError
0202 11:48:40560 :: :
0202 11:48:40560 :: int() argument must be a string or a number, not 'NoneType'
0202 11:48:40560 ::
"string or a number, not 'NoneType'"

Go to your last edit and check that. "int" means a number or string they cannot idendify "NoneType".