generated from Jaysyn/ModuleTemplate
15 lines
195 B
Plaintext
15 lines
195 B
Plaintext
/*
|
|
s_genlootlow - generate loot: low
|
|
*/
|
|
|
|
#include "X_O2_CONINCLUDE"
|
|
|
|
void main()
|
|
{
|
|
|
|
SetLocalInt(OBJECT_SELF, GT_TREASURE_TABLE, TREASURE_LOW);
|
|
|
|
ExecuteScript(SCRIPT_GENLOOT, OBJECT_SELF);
|
|
|
|
}
|