

Asela
-
Posts
5 -
Joined
-
Last visited
Community Answers
-
Asela's post in Costume_Converter.diff error, need help fixing script.c was marked as the answer
They refactored the script_rid2sd command. To fix, change the instances of
sd = script_rid2sd(st); into
script_rid2sd(sd); If you check script.c you can see how they use the command.