Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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