7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
#include "X_O2_CONINCLUDE"
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "GT_MAX_LEVEL", 3);
|
|
DelayCommand(1.0, GenerateLowTreasure(OBJECT_SELF, OBJECT_SELF));
|
|
}
|