This game Is a variation of "My Hill" modified to suit Coh, Simply state the bridges status and what you use to take it , like so I storm the bridge with GrenadiersMy Bridge! Anything goes, the Bridge can be suspended over a void, sealed into an indestructable container etc.All it needs is a group of in-game Soldiers .have fun.(Note to Moderators: This is off topic so I don't think its violating anything, let me know if it is though )
import("ScarUtil.scar")function OnInit()Invulnerable()endScar_AddInit(OnInit)function Invulnerable()EGroup_SetInvulnerable(eg_invincible, true)end