|
void main () {
if(GetModuleName == "ebo_m12aa") {
CreateObject(OBJECT_TYPE_PLACEABLE, "object resref", location vector, FALSE);
Location(x, y, z), xorientation, yorientation
}
}
coordinates are 53.23, 60.37 and 1.80 (x,y,z in order)
I kind user gave me this script, and I was wondering if this would work if I wanted to:
See if I was on the Ebon Hawk and if yes spawn the tur_arc (res ref)
At the space specified by the coordinates. Could you help?What needs to be done?
|