]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menuqc/control/container.qc
demo menu now easier, need to recompile menu.dat
[divverent/nexuiz.git] / data / menuqc / control / container.qc
1 // DP/Nex Menu
2 // control/container.qc
3
4 void() Item_Container_Spawn =
5 {
6         self.flag = self.flag | FLAG_HIDDEN;
7 };