Skip to content
gluxon edited this page Mar 3, 2013 · 10 revisions

Ultimate gunner

!execute $this->setting['gun_shot'] = array( array(7,7) , array(0,7) , array(0,7) );
$this->setting['manslaughter'] = array(5,5);
$this->gunner = array('gluxon');
$this->gunner_bullets['gluxon'] = 24;

Reset gunner chances

!execute $this->setting['gun_shot'] = array( array(5,7) , array(1,7) , array(1,7) );
$this->setting['manslaughter'] = array(1,5);

Protect people (even without GA)

!execute array_push($this->angel_guarded, 'gluxon');

Force lynches

!execute $this->lynch['Snuupy'] = 'ishanyx';
!execute $this->commands($this->channel, '!vote ishanyx', 'Snuupy', $host);`

Clone this wiki locally