alleycat 28 Posted February 3, 2013 I am looking for a way to add addactions to objects and I found this: useAction=1; useActionTitle="$STR_ACTION_PUTBOMB"; Where is the action stored for this? Share this post Link to post Share on other sites
blackmamb 2 Posted February 3, 2013 AFAIK, it's hardcoded and you can't create your own actions without using addAction. Share this post Link to post Share on other sites
alleycat 28 Posted February 3, 2013 Well, shit. Would have been so convenient. Share this post Link to post Share on other sites
blackmamb 2 Posted February 4, 2013 You don't say. Although you can still create a config with an init eventhandler, leads to an addaction, if that makes sense? Share this post Link to post Share on other sites
alleycat 28 Posted February 4, 2013 So is it possible to attach eventhandlers in an objects config.cpp? Share this post Link to post Share on other sites