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 → Need a cog - Help!
Need a cog - Help!
2001-04-28, 3:56 PM #1
I need a cog that does this for an example:

Your running around as kyle model, and you need to collect like 5 bactas, Once you do so your model changes into another one, and your health/shields go to max

Thats what i want it to do, but not with the bacta tanks of course

Any help would be nice
2001-04-29, 10:07 AM #2
Sadly, I'm no expert at COG. Although I suppose it would go something like ths: (I realize this isn't all COG language, but you get the point.)

CheckInventory, if bacta ==5
{
Change to otherskin
changeinventory to health 100
changeinventory to shield 200
}

else (bacta <5)

return;

//Something like that. [http://forums.massassi.net/html/smile.gif]



------------------
"I am Murray, the all powerful demonic skull, BWAHAHAHAHAHA!"-Murray
Viva la Monkey Island!
"I am Murray, the all powerful demonic skull, BWAHAHAHAHAHA!"-Murray
Viva la Monkey Island!

↑ Up to the top!