17 lines
431 B
Plaintext
17 lines
431 B
Plaintext
////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Wrapper
|
|
// wrap_mod_onlevel
|
|
// by Don Anderson
|
|
//
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
|
|
//ExecuteScript("opw_devcrit",OBJECT_SELF);//Devestating Critical at Level Up Restriction
|
|
ExecuteScript("alt_givewidget", OBJECT_SELF);
|
|
ExecuteScript("prc_levelup", OBJECT_SELF);
|
|
|
|
}
|