//Newbie Stuff Code -- By McCleod #include "uox3.h" #include "debug.h" #define DBGFILE "newbie.cpp" void read3 () // used for newbie items { readscript(); sprintf(script3, "%s", temp); } void read4 () // used for newbie items { int i; readscript(); i=0; script3[0]=0; script4[0]=0; while(temp[i]!=0 && temp[i]!=' ') { i++; } strncpy(script3, temp, i); script3[i]=0; if (script1[0]!='}' && temp[i]!=0) strcpy(script4, temp+i+1); return; } int secndbstskll(int m, int bstskll) // Which skill is the second highest { int i, a=0, b=0; for (i=0;ib)&&(chars[m].baseskill[i]b)&&(chars[n].baseskill[i]