Page 1 of 1

Why i love Apple stuff

Posted: Tue Jul 17, 2012 10:04 pm
by Tyler

Re: Why i love Apple stuff

Posted: Wed Jul 18, 2012 3:30 pm
by jsre
God I hate packaging :)

Re: Why i love Apple stuff

Posted: Fri Jul 20, 2012 2:27 am
by Longfeathers
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

Re: Why i love Apple stuff

Posted: Fri Jul 20, 2012 12:02 pm
by Grey
I want the type of packaging that would let me drop my product from space, open it and have it work.

Re: Why i love Apple stuff

Posted: Fri Jul 20, 2012 12:54 pm
by jsre
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


+int actually has no benefit when opening packaging.

From the emu..

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;
 }
}