Page 1 of 1

Placing items using maniascript

Posted: 27 Oct 2017, 03:51
by kevinijk
The maniascript seems to have PlaceBlock, PlaceRoadBlocks, etc and RemoveAllObjects (which does in-fact remove items) but no PlaceObject. Is there any way to place an item using a maniascript plugin in the editor?

Re: Placing items using maniascript

Posted: 30 Nov 2017, 06:18
by Florenzius
Indeed you don't have a function for the object placement yet, it will hopefully come soon

Re: Placing items using maniascript

Posted: 01 Dec 2017, 08:38
by Dommy
Only possible way of placing objects through MS in editor is using macroblocks - place a macroblock, which contains item, using PlaceMacroblock().

Re: Placing items using maniascript

Posted: 05 May 2018, 08:54
by dePaljas
Great idea, did not think of that :thumbsup:, but developers.. please do not make me create wrappers around all my items and introduce PlaceObject.