-
Notifications
You must be signed in to change notification settings - Fork 7
Hacks
gluxon edited this page Mar 3, 2013
·
10 revisions
!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;
!execute $this->setting['gun_shot'] = array( array(5,7) , array(1,7) , array(1,7) );
$this->setting['manslaughter'] = array(1,5);
!execute array_push($this->angel_guarded, 'gluxon');
!execute $this->lynch['Snuupy'] = 'ishanyx';
!execute $this->commands($this->channel, '!vote ishanyx', 'Snuupy', $host);`