Jump to content
Xplorer4x4

vcmdsiren/LASiren.script

Recommended Posts

In the LASiren script i do not see vcmdsiren anywhere in this script except the very top but its commented out. So how does the vcmdsiren refer to this script?

Also on the subject of this script, if I alter the dummy commands do i need to actually do something with these commands in the editor or does the vcmdsiren command call the dummies?

Link to comment
Share on other sites

A little bit below all the constants:

object VcmdSiren : CommandScript
{
VcmdSiren()
{
SetIcon("sirenson");
SetCursor("sirens");
SetRestrictions(RESTRICT_SELFEXECUTE);
SetPossibleCallers(ACTOR_VEHICLE);
SetGroupID(DummyGroup);
SetGroupLeader(true);
}

etc...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...