Author Topic: Applying decals to an AIPlayer  (Read 683 times)

Right, so I have a simple little AIPlayer, and I want to change his face decal and chest decal. I have the values to set it to, but what is the command (I expect you unhide a certain node) to actually make it change/show up (I need chest AND face)?

Code: [Select]
%bot.setFaceName("smiley");
%bot.setDecalName("mod-suit");

The node headskin has to be visible to see the head decal and either of the chest nodes to see the chest decal, as well as what Zor said.

Thanks much, I will try this out today! :cookieMonster: