Getting in-game time

Kram337

Active Member
Is there a command to get the in-game time?

I want to make a script that checks the current time and sets the gamma accordingly to simulate night and day.

Course I also need a way to check if you're outside or inside a building or in an outdoor/indoor zone. Eq1 had indoor/outdoor flags since some spells could only be used in or out. But not sure if that exists in eq2
 

Amadeus

The Maestro
Staff member
${EQ2DataSourceContainer[GameData].GetDynamicData[General.Time].Label} or ${EQ2DataSourceContainer[GameData].GetDynamicData[General.Time].ShortLabel}
 
Top Bottom