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