- spesalfred
- |
- Exalted Legendary Member
Dawn of the Dead video Here
6 Minutes of Hell video here
Poll: Advanced custom game editor? [closed]
Total Votes: 16
Who here thinks that we should be given the option to use an advanced custom game editor? Something that can utilize certain commands, such as automatic team changing, team based weapon restrictions, customized weapon sets, customized individual team vehicles, shooting, grenades, or meleeing turned on or off, vehicle distructability turned on or off, and anything else you can think of.
It could be a really restricted version of action script or javascript, with commands such as this:
if(player._teamcolor(red)=dead){
player.newteamcolor=green;
}
That would make is so that if someone on the red team dies, they respawn on green team. Of course I just made up the variables and properties, but you get the idea.