
12-02-2010, 07:15 AM
|
|
team canada
|
 |
Join Date: Jul 2004
Location: Canada
Posts: 5,200
|
|
|
You're already redirecting the event to DoStuff so just make DoStuff public and call it with:
findweapon("-WhereverItIs").DoStuff(Jerry);
You actually don't have to pass Jerry at all but that would mimic the same params as it would receive normally. |
|
|
|