HdVaderII Posted March 24, 2008 Share Posted March 24, 2008 For TSL, is there a conditional script that checks wether you are in a certain module? Like, if I want to make a dialog node that is only displayed if you are on the ebon hawk. Help is always welcome. Link to comment Share on other sites More sharing options...
stoffe Posted March 24, 2008 Share Posted March 24, 2008 For TSL, is there a conditional script that checks wether you are in a certain module? Like, if I want to make a dialog node that is only displayed if you are on the ebon hawk. Help is always welcome. You should be able to check this using the module name, like: int StartingConditional() { return (GetModuleFileName() == "003EBO"); } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.