If someone is too stupid to open a box then they shouldn't be messing with any kind of tablet or pc device contained within.
And besides, unless you plan on unboxing an Apple product every day; it becomss a moot point.
~AJ
Code: Select all
if(GetPackaging && RuleB(Combat, UseFrustratingPackages))
{
sint32 chance = MakeRandomInt(1,100);
chance += [b]GetDex()[/b] / 60;
//Give people at least some chance of opening the damn thing
if(chance > GetAC(GetTarget()) || chance>95+GetDex()){
return true;
}
else{
return false;
}
}
Users browsing this forum: No registered users and 0 guests