View Single Post
  #19  
Old 06-22-2007, 05:49 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
I wouldn't use a function to return a custom object either, since function's cant be made global by anyone but Stefan. Using my method, it creates objects with the typical global name that can be used anywhere without the need for joining classes to access the functions and such.
PHP Code:
function onActionPlayerOnline() {
  
MudControl.player_Inverness = new TXMudPlayer("MudPlayer_Inverness");

Looks nicer like that too.
__________________
Reply With Quote