ok My map is done the scripting is done except i need to add a way for a team to win… My Script Will Be Below
game_manager
{
spawn
{
}
}
alliesgate
{
spawn
{
wait 200
constructible_class 3
}
death
{
wm_announce "Axis have blown up the Allies Gate!"
}
}
alliestransmitterdoor
{
spawn
{
wait 200
constructible_class 3
}
death
{
wm_announce "Axis have blown up the Allies Transmitterdoor!"
}
}
alliestransmitter
{
spawn
{
wait 200
constructible_class 3
}
death
{
wm_announce "Axis have blown up the Allies Transmitter!"
}
}
alliesreciever
{
spawn
{
wait 200
constructible_class 3
}
death
{
wm_announce "Axis have blown up the Allies Reciever!"
}
}
axisgate
{
spawn
{
wait 200
constructible_class 3
}
death
{
wm_announce "Allies have blown up the Axis Gate!"
}
}
axistransmitterdoor
{
spawn
{
wait 200
constructible_class 3
}
death
{
wm_announce "Allies have blown up the Axis Transmitter Door!"
}
}
axistransmitter
{
spawn
{
wait 200
constructible_class 3
}
death
{
wm_announce "Allies have blown up the Axis Transmitter!"
}
}
axisreciever
{
spawn
{
wait 200
constructible_class 3
}
death
{
wm_announce "Allies have blown up the Axis Reciever!"
}
}
Will someone add a victory to this script… i dont know how to Pics will be out soon for my map.
Thx Who Ever Can Help Me!