6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
|
// "Make it medium."
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalFloat(OBJECT_SELF, "TRAP_SIZE", 2.0);
|
||
|
}
|