Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - stevo2024

#1
Hi everyone looking for help with the following command

I'm making a game that one character collects one Item , say a gun and another character collects a item , say a Axe.

This is what i'm trying to do but get a error.

this is the scrip.

function room_RepExec()
{

if (cEGO.InventoryQuantity[iGUN.ID]==1){  && if (cJOE.InventoryQuantity[iAXE.ID]==1){

 gPUZ1.Visible = true;
}
else
gPUZ1.Visible = false;

}
}
=======================================

I know you can do this with Objects like

if (ocup.Visible == true && ojug.Visible == true){

is there anyway you can do the same but for character ?.

Thank you and hope someone can help with this.
Stevo2024
#2
Hi everyone. I'm new to this so please read on.
I'm making a shooting game and wanted to only shoot a selected part of a character , my  character is a robot and the only way you can kill him is if you shoot a panel on his back.  Is there anyway I can do this ? . I can manage to kill him no matter wear I Shoot him but that is to easy for the game I'm wating to do.
ANY HELP WITH THIS PLEASE.
Thank you.
SMF spam blocked by CleanTalk