NWN2Wiki
Advertisement
// Convert nTurns into a number of seconds
// A turn is always 60.0 seconds
float TurnsToSeconds(int nTurns);
Advertisement