Advertisement
Terrah

Untitled

Oct 3rd, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. int GetIsTryingToBeMystic(object oTarget){
  2.  
  3. if(GetLevelByClass(69, oTarget) <= 0){
  4. return FALSE;
  5. }
  6.  
  7. int nCnt = 0;
  8. int n;
  9. for(n=0;n<4;n++){
  10. if(GetHasFeat(3300+n,oTarget,FALSE))
  11. nCnt++;
  12. }
  13.  
  14. return nCnt > 1;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement