Destroy created objekt...
Ok - have a question and hope anybody can help:1. I write a script to create an objectstring sObject = "plc_object";int nHour = GetTimeHour();if (nHour == 7){CreateObject (OBJECT_TYPE_PLACEABLE, sObject, GetLocation(GetWaypointByTag("wp_object")), TRUE);}2. So far so...