Jump to content

Home

Another TSL conditional script


HdVaderII

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...