Hey. Ive been thinking of what features would be good for PB. I have quite a list built up

I reckon these would enable developers to take their games to the next level
The are all currently in Fenix
1) Dark AI (obviously)
2) fireweapon -forces the player to shoot
3) disablefire=x -disables weapon fire if x is 1 enables if x is 0
4) dropweapon=x -drops the weapon in slot specified by x
5) switchweapon=x -switches the weapon to the slot specified by x
6) disablekeys=x -if x is 1 disables switching weapons with the keys if x is 0 enables switching weapons with the keys
7) disablepeek=x -if x is 1 then Q and E peeking are disabled if x is 0 the Q and E peeking are enabled.
8) dropcurrentweapon -drops the players current weapon
9) makeflashlight -makes the flashlight
10) flashlighton -turns the flashlight on
11) flashlightoff -turns the flashlight off
12) flashlightrange=x -gives the flash light a new range specified by x (deafault is around 1000)
13) newdamage=x -changes the current gun out damage to x
14) newfirerate=x -changes the current gun out fire rate to x
15) newreloadqty=x -changes the current gun out reload quantity to x
16) newrange=x -changes the current gun out range to x
17) decmovecamera=x decreases x from the cameras
18) showcrosshair=x -when x is 1 it shows the crosshair of the current weapon and when x is 0 it hides the crosshair
19) explode - makes the entity with this command in its script to activate its explosion
20) swapweapon -Will drop your current weapon for the one that has this command in its script
21) Fenix meele system
These ideas are my own
22) Bypass the title page of Singleplayer if a certain file exists
23) end - close the current program when delcared
24) makefile=X - makes a file (extension must be included)
25) writefile=X - open a file to write data to it (fails if a file is already open or file does not exist)
26) writestring=X - writes string to the current file which is open
27) closefile - closes current open file (fails if there is no file open)
28) fileexist=X - checks if file with name X exists
29) scripts to work in Multiplayer
I realise how useless some of these ideas are, but i would rather not give away the method, but i have thought of several flawless uses for these

This includes, ranking system, attachments, COD4 weapon/meele system, external menu, custom classes and ACTS (like ones found in COD games).