View Single Post
  #4  
Old 11-03-2006, 12:23 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
The function in the script/class that has been joined first will be called. So if you want that the function of a specific class is called, then join that class first before joining the other classes. You can echo("classes: " @ joinedclasses) to see the order.
Reply With Quote