23 lines
552 B
Plaintext
23 lines
552 B
Plaintext
|
// pwdb_mod_onclex,prc_onenter
|
||
|
/////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// This script has been auto-generated by HakInstaller to call
|
||
|
// multiple handlers for the oncliententer event.
|
||
|
//
|
||
|
/////////////////////////////////////////////////////////////////////
|
||
|
#include "f_vampire_clentr"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
Vampire_Client_Enter(GetEnteringObject());
|
||
|
|
||
|
|
||
|
|
||
|
ExecuteScript("pwdb_mod_onclex", OBJECT_SELF);
|
||
|
ExecuteScript("prc_onenter", OBJECT_SELF);
|
||
|
ExecuteScript("alt_givewidget", OBJECT_SELF);
|
||
|
}
|
||
|
|
||
|
|
||
|
|