Question 1.
Now, i have a problem
i try to read string from ini file , and i use 0AF4:
0AC8: 21@ = allocate_memory_size 260
0AC8: 17@ = allocate_memory_size 260
0AC8: 18@ = allocate_memory_size 260
0AF4: 21@v = read_string_from_ini_file "CLEO\ProAim.ini" section "AIM" key "Player1"
0AF4: 17@v = read_string_from_ini_file "CLEO\ProAim.ini" section "AIM" key "Player2"
0AF4: 18@v = read_string_from_ini_file "CLEO\ProAim.ini" section "AIM" key "Player3"
printf "%s %s" 5000 21@v 17@v
and ini file :
[AIM]
Player1=testname
Player2=testname
Player3=testname
but in the game , the result
what wrong?
Question 2.
i want to read dialog text , how can do that ?
Now, i have a problem
i try to read string from ini file , and i use 0AF4:
0AC8: 21@ = allocate_memory_size 260
0AC8: 17@ = allocate_memory_size 260
0AC8: 18@ = allocate_memory_size 260
0AF4: 21@v = read_string_from_ini_file "CLEO\ProAim.ini" section "AIM" key "Player1"
0AF4: 17@v = read_string_from_ini_file "CLEO\ProAim.ini" section "AIM" key "Player2"
0AF4: 18@v = read_string_from_ini_file "CLEO\ProAim.ini" section "AIM" key "Player3"
printf "%s %s" 5000 21@v 17@v
and ini file :
[AIM]
Player1=testname
Player2=testname
Player3=testname
but in the game , the result
![XnmVr8a.jpg](http://i.imgur.com/XnmVr8a.jpg?1)
what wrong?
Question 2.
i want to read dialog text , how can do that ?