Advertisement
ZoriaRPG

zcskin.cpp

Oct 31st, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. //in zc and zq, we need ints for these values:
  2.  
  3. case SKIN_CUSTOM:
  4. {
  5.     //read values from zc.cfg or zquest.cfg
  6.     pal[] = get_config_int(cfg_sect,"pal_n",2);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement