13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
//:://////////////////////////////////////////////
|
|
//::// Stratha LEWT
|
|
//:://///////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
CreateItemOnObject("VileOrnateKey", OBJECT_SELF, 1);
|
|
ExecuteScript("uberloot", OBJECT_SELF);
|
|
ExecuteScript("ls_keltria2", OBJECT_SELF);
|
|
|
|
}
|
|
|