Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Asset Forge

Create your own 3D models and 2D sprites! · By Kenney

Delux Parts Not Working In Scripts

A topic by Airwiq created May 24, 2024 Views: 91 Replies: 2
Viewing posts 1 to 2

I want to execute this line of code:

forge.build("Aircraft/hull_cockpitRound",{0,0,0},{0,0,0},{1,1,1})

The parts is marked as one from the delux version and is not addable via these script. With every other non delux part it works fine.

Thank you for your time!

Add a % to the end:

forge.build("Aircraft/hull_cockpitRound%" ...)

I ran into the same issue; if you look at the properties for the block, you can see that its full name includes the percent sign.

Wow, thank you very much!