Advertisement
DManstrator

Leichen-AppendTo

Oct 27th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. protected func Death(int iKilledBy)
  2. {
  3. Schedule("Schweben()",100);
  4. Schedule("SetColorDw(RGB(Random(255),Random(255),Random(255)))",1,133337);
  5.  
  6. //var aComment = ["<c %x>\\o/","<c %x>o/","<c %x>\\o"];
  7. //Schedule(Format("Message(\"%s\",Object(%d),RGB(Random(255),Random(255),Random(255))),5,133337)",aComment[Random(GetLength(aComment))],ObjectNumber(this)));
  8. //var aComment = ["<c %x>\\\\o/","<c %x>o/","<c %x>\\\\o"];
  9. //Schedule(Format("Message(\"%s\",Object(%d),RGB(Random(255),Random(255),Random(255))))",aComment[Random(GetLength(aComment))],ObjectNumber(this)),5,133337);
  10. var aComment = ["<c %x>\\\\\\\\o/","<c %x>o/","<c %x>\\\\\\\\o"];
  11. Schedule(Format("Message(eval(Format(\"%%v[%%d]\",%v, Random(%d))),Object(%d), RGB(Random(255),Random(255),Random(255)))",aComment,GetLength(aComment),ObjectNumber(this)),5,133337);
  12. return _inherited(iKilledBy);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement