View Single Post
  #2  
Old 03-23-2012, 02:50 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Bell View Post
For those a little behind, the PWA team currently consists of Tig, Gabriel and myself. For my fans I've tried to get someone to script me a clone but to date they've all been failures.
PHP Code:
public static Bell cloneBell(Bell originalBellthrows WantsToKillOriginalException {
  
Bell clonedOutput = new Bell(originalBell);
  return 
clonedOutput;