Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
EDIT: found a better way to do it in the Jumpington and Rolled it into the IsCharging() Method
Keep in mind that I don't get notified if someone creates a new topic. :(
{
if (SensorTurrets.CustomName.Contains("Interior Turret - Bio Sensor")) // if turret is a bio sensor ...
{
Apply("*BK.On");
ResetSensorTurret (SensorTurrets as IMyLargeTurretBase);
TimerCountBio = 3; // trying to make my own timer
}
}
}
//Built In Timers
if((TimerCountBio > 0))
{
TimerCountBio = (TimerCountBio - 1);
}
if((TimerCountBio == 0))
{
Apply("*BK.Off");
} */
Or even integrate it into my defensive outposts to trigger an alarm back at base