Ok, I want to do something rather complex. This is for a bot that has
'plugins' (Bundles).
What I want to do is make a method/message/function/what-ever-you-call-
it called 'CallHook'
Which will take two manditory arguments:
NSString*:plugin and NSString*hook
Then everything after it is passed on to [plugin evthook]
How is this accheviable, I cant seem to find a way.
The niche is I want it to work for any function, any arguments. ... is
no go because I want it to be asif you are calling that plugin. The
main reason I want it this way is simplicity, so I can make it so if
'nil' is provided for the plugin, it'll call all the plugs. Thanks
for any help.
~ Selig Arkin