Activity VenomInATopHat 2018-12-10 15:52:09 UTC @ralph what are the amounts of comments needed for each level (member level) 1 Shemale Disaster · 7 years, 5 months ago I’m not sure about the rest, but level 10 is a marioplex if comments 2018-12-10 15:53:15 UTC 1 VenomInATopHat · 7 years, 5 months ago Replying to: Shemale DisasterI’m not sure about the rest, but level 10 is a marioplex if Well *Explicit language* 2018-12-10 15:55:00 UTC 1 FredHead3 · 7 years, 5 months ago Replying to: Shemale DisasterI’m not sure about the rest, but level 10 is a marioplex if Game theory why did it have to be game theory 2018-12-10 17:45:29 UTC 0 FredHead3 · 7 years, 5 months ago Replying to: FredHead3Game theory why did it have to be game theory https://m.youtube.com/watch?v=zgo8c3IdkA8 This is what he’s referencing 2018-12-10 17:46:19 UTC 0 VenomInATopHat · 7 years, 5 months ago Replying to: FredHead3https://m.youtube.com/watch?v=zgo8c3IdkA8 This is what he’s Aaaaahhhhhh 2018-12-10 18:01:34 UTC 0 Soupmann · 7 years, 5 months ago Replying to: VenomInATopHatAaaaahhhhhh Reeee 2018-12-10 18:07:25 UTC 0 Soupmann · 7 years, 5 months ago Replying to: FredHead3Game theory why did it have to be game theory Becuz game theory 2018-12-10 17:46:27 UTC 0 Alexceratops · 7 years, 5 months ago Activity comments should count 2018-12-10 17:21:46 UTC 0 Ralph (Developer) · 7 years, 5 months ago Replying to: AlexceratopsActivity comments should count 🙁 2018-12-11 13:07:43 UTC 0 Alexceratops · 7 years, 5 months ago Replying to: Ralph (Developer)>:( ( ͡° ͜ʖ ͡°) 2018-12-11 14:21:50 UTC 0 Ralph (Developer) · 7 years, 5 months ago just gonna copy paste the code if ($commentCount > 2560) $user->add_role( ‘rank10’ ); else if ($commentCount > 1280) $user->add_role( ‘rank9’ ); else if ($commentCount > 640) $user->add_role( ‘rank8’ ); else if ($commentCount > 320) $user->add_role( ‘rank7’ ); else if ($commentCount > 160) $user->add_role( ‘rank6’ ); else if ($commentCount > 80) $user->add_role( ‘rank5’ ); else if ($commentCount > 40) $user->add_role( ‘rank4’ ); else if ($commentCount > 20) $user->add_role( ‘rank3’ ); else if ($commentCount > 10) $user->add_role( ‘rank2’ ); else $user->add_role( ‘rank1’ ); 2018-12-11 13:07:18 UTC 0
I’m not sure about the rest, but level 10 is a marioplex if comments
Well *Explicit language*
Game theory why did it have to be game theory
https://m.youtube.com/watch?v=zgo8c3IdkA8 This is what he’s referencing
Aaaaahhhhhh
Reeee
Becuz game theory
Activity comments should count
🙁
( ͡° ͜ʖ ͡°)
just gonna copy paste the code
if ($commentCount > 2560)
$user->add_role( ‘rank10’ );
else if ($commentCount > 1280)
$user->add_role( ‘rank9’ );
else if ($commentCount > 640)
$user->add_role( ‘rank8’ );
else if ($commentCount > 320)
$user->add_role( ‘rank7’ );
else if ($commentCount > 160)
$user->add_role( ‘rank6’ );
else if ($commentCount > 80)
$user->add_role( ‘rank5’ );
else if ($commentCount > 40)
$user->add_role( ‘rank4’ );
else if ($commentCount > 20)
$user->add_role( ‘rank3’ );
else if ($commentCount > 10)
$user->add_role( ‘rank2’ );
else
$user->add_role( ‘rank1’ );