Rune_PRC8/_removed/hif_onclientente.nss

23 lines
552 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
// 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);
}