Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
here is a hp bar script if anyone needs it. put it on the 2d overlay with the hp bar image with every 1ms execute javascript. you may need to modify the player name in the script var power = ccbGetCopperCubeVariable ("wiz.health"); ccbSetSceneNodeProperty(ccbGetCurrentNode(), 'Width (percent)', power/5.83); note there is a hashtag before wiz.health. note you need to change the nr 5.83 to the length of the hp bar. note player must have actor behavior cheers! |
||||
|
Good thanks! |
||||
|
Hello guys, can someone please actually guide me on setting up my custom character as an enemy ai |
||||
|
monks its a long process but you can read about it probably in the coppercube docs |
||||
|
Monks wrote: Hello guys, can someone please actually guide me on setting up my custom character as an enemy ai Hi Monks Your character, is it an animated 3d model? What type of game are you implementing this character in? |
|