• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Items.cpp

  • Thread starter Thread starter varhlak
  • Start date Start date
V

varhlak

Guest
case ATTR_DUALWIELD:
{
uint8_t wield;
if(!propStream.getByte(wield))
return ATTR_READ_ERROR;

setAttribute("dualwield", wield != 0);
break;
}

Does this mean my distro has a dual wielding system installed?

-- SORRY FOR NO TAGS, NO IDEA WHAT TAG THAT WOULD BE --
 

Similar threads

Back
Top