|
void main() {
if ((GetModuleName() == "ebo_m12aa")) {
CreateObject(64, "tur_arc", Location(Vector(53.23, 60.37, 1.80), 0.0, 0.0), FALSE);
}
}
It now sais too many arguments specified in cell "location"
And required argument missing in cell "CreateObject"
What do I do?
(Do I need OBJECT_TYPE_PLACEABLE inserted somewhere?
|