Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Creating Dummys
Creating Dummys
2001-02-18, 9:22 PM #1
Hi there ... I know i sohuld know how to do this because i've been doing cogging for more than a year but

When I fire a weapon I create a dummy using

CreateThing(dummy, player);
CaptureThing(dummy);
SetThingHealth(dummy, 100);
... and so on ....

and then when it's deselcted it destroys it

DestoryThing(dummy);
ReleaseThing(dummy);

ok so thats done ,,,, but ...... when i try to make another one .. nothing happens ?

can anyone help ?
2001-02-19, 9:19 AM #2
post the entire cog... I had some problems with my mini AI concerning that, so maybe if we can see the rest of what's going on we can get to the bottom of this.

------------------
Those who stare in the eyes of death and laugh will be the first to go.
Those who stare in the eyes of death and laugh will be the first to go.

↑ Up to the top!