Too lazy to comment
This commit is contained in:
15
mod_vanilla/my_progs/jctest.qc
Normal file
15
mod_vanilla/my_progs/jctest.qc
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
void() jctrig =
|
||||
{
|
||||
dprint ("here\n\n");
|
||||
lightstyle(0, "az");
|
||||
};
|
||||
|
||||
/*QUAKED trigger_jctest (.5 .5 .5) ?
|
||||
*/
|
||||
void() trigger_jctest =
|
||||
{
|
||||
setsize (self, self.mins, self.maxs);
|
||||
self.solid = SOLID_EDGE;
|
||||
self.touch = jctrig;
|
||||
};
|
||||
Reference in New Issue
Block a user