Jump to content
soulbody

how to make command group

Recommended Posts

yeah, and by the la mod (1.7) even with the backup calls

You can't add new groups I don't think.

But you can add it to that news group by when you see this:

object EnterCar : CommandScript
{
;

EnterCar()
{
SetValidTargets(ACTOR_VEHICLE);
SetRestrictions(RESTRICT_NOTDESTROYED);
SetNeedsConnectedHose(CFN_FAIL);
SetPriority(200);
SetSelfClickActivation(true);
}

adding

SetGroupID(CGROUP_USE);

Regards

James

Link to comment
Share on other sites

You can't add new groups I don't think.

But you can add it to that news group by when you see this:

object EnterCar : CommandScript
{
;

EnterCar()
{
SetValidTargets(ACTOR_VEHICLE);
SetRestrictions(RESTRICT_NOTDESTROYED);
SetNeedsConnectedHose(CFN_FAIL);
SetPriority(200);
SetSelfClickActivation(true);
}

adding

SetGroupID(CGROUP_USE);

Regards

James

but then will it will miss the icon i think. i will look but i think it do miss it. i make well a icon with the same name like cgroup_traffic and icon traffic_normal.dds

Link to comment
Share on other sites

but then will it will miss the icon i think. i will look but i think it do miss it. i make well a icon with the same name like cgroup_traffic and icon traffic_normal.dds

no, it crash when load the mod with the agian, close... and when you unit arrived in a scene with command with the group game crash completly

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...