6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
// "Make it small."
|
|
void main()
|
|
{
|
|
SetLocalFloat(OBJECT_SELF, "TRAP_SIZE", 1.0);
|
|
}
|