Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. // #peoples wanting to be right at all cost and calling everyone stupid etc
  2. override public function expressOpinion(?writeItInChat:Bool) {
  3. var newOpinion:Opinion = OpinionManager.getLastExpressedOpinion();
  4. for ( i:Int in 0...newOpinion.arguments.Lenght) newOpinion.argument[i].sayArgumentIsIrrelevant({cause:newOpinion.argument[i].childArgument()});
  5. super.expressOpinion(newOpinion,writeInChat);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement