room_door
{
spawn // this is called when the game starts and the entity is spawned
{
wait 200
constructible_class 3 // this indicated that the oasis_wall entity is a dynamitable-only
entity...
}
death // this is called when the entity is destroyed...
{
wm_announce "Allies have breached the Axis Power Room Door!" // ... when the entity is
destroyed, you annouce the message to all players in game with this
}
}
power_gen
{
spawn // this is called when the game starts and the entity is spawned
{
wait 200
constructible_class 3 // this indicated that the oasis_wall entity is a dynamitable-only
entity...
}
death // this is called when the entity is destroyed...
{
wm_announce "Allies have breached the Axis Dam Power Generator!" // ... when the entity is
destroyed, you annouce the message to all players in game with this
}
}
Can somebody paste here a victory script? i see other topic but it didnt work for me 
PLZ HELP!
ps. new map incoming… 
anybody can help me?