Schiarizzi

racist text (WIP)

Oct 27th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. //when Racist-maker is added to the world, find touching text and make it racist
  2. public RacistMaker(){
  3. MakeTextRacist();
  4. }
  5.  
  6. //replace normal text with racist text
  7. Public void MakeTextRacist() {
  8.  
  9. #replace code here
  10.  
  11. }
  12.  
  13. public stat TouchingText(){
  14.  
  15. return text.overlapping;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment