Modme Forums

[HELP] Moving an entire prefab?

Game Modding | Call of Duty: Black Ops 3 | Scripting


ModmeBot:

Thread By: RickyD

Does anyone know how to accomplish this in code?

getent doesnt work


ModmeBot:

Reply By: natesmithzombies

I think I may have answered this one before on here. Each entity in the prefab is treated as if you placed it in the map one by one. You would need to reference each piece of the prefab properly with the corresponding targetname inside the prefab itself. A selected prefab can never be referenced in script even when given a targetname


ModmeBot:

Reply By: RickyD

natesmithzombies

I think I may have answered this one before on here. Each entity in the prefab is treated as if you placed it in the map one by one. You would need to reference each piece of the prefab properly with the corresponding targetname inside the prefab itself. A selected prefab can never be referenced in script even when given a targetname

Thank you!@