I want to read what ID the Ummu has and if "Capt" then do something. Not sure on how to read the MiscID?
here is from the UMMUsdk.h
char* GetCrewMiscIdByName(char*CrewName); // return: Empty string on error or MiscID (a-z A-Z 0-9 characters only)
Code:
char*
if ((Crew.GetCrewMiscIdByName(char*CrewName))=="Capt"); i3=1
here is from the UMMUsdk.h
char* GetCrewMiscIdByName(char*CrewName); // return: Empty string on error or MiscID (a-z A-Z 0-9 characters only)