Quote:
Originally Posted by DarthJango/Weasley
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?
|
No, you just need to close twice after FALSE and not the vector..
oh wait...reading that wrong.. (edit 1 I dont know I bow out..)
Edit again)...no I stand by that actually...and you dont even need the FALSE anyway. tell me if Im wrong.
Hassat, the reason I put two (( in now is because when I complied scripts with one, then decomplied the same script, it was putting two there anyway, and it never gave me any problems..