generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
16
_module/nss/wrap_mod_onlevel.nss
Normal file
16
_module/nss/wrap_mod_onlevel.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 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);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user