Gatsu 10 Posted November 20, 2013 (edited) Hi, im trying to get the position of a game logic unit in an external script but I can not seem to find the syntax for it, if possible. This is what I have tried: getPos "weaponPos1" getUnitPos "weaponPos1" Where "weaponPos1" is the name of the game logic unit. Please help, thank you. Edited November 20, 2013 by Gatsu Share this post Link to post Share on other sites
dr_strangepete 4 Posted November 20, 2013 remove the quotes around the object name. you usually only need quotes on names when dealing with markers getpos weaponpos1; Share this post Link to post Share on other sites
Gatsu 10 Posted November 20, 2013 thank you, so simple! Share this post Link to post Share on other sites