Spriterfight 10 Posted April 20, 2020 I want to put a wallet on a plane s wing and i tried this attachTo [plane1] but the wallet isnt on the wings what can i do to define where i want to attach an object Share this post Link to post Share on other sites
Harzach 2517 Posted April 20, 2020 attachTo One option would be to specify an offset. This is part of attachTo's basic functionality. Another option would be to place it exactly where you want it in the editor then add this to its init field: [this, plane1] call BIS_fnc_attachToRelative; 2 1 Share this post Link to post Share on other sites
Spriterfight 10 Posted April 20, 2020 Thank you very mutch! Share this post Link to post Share on other sites