Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
// prc_onenter,on_client_enter
|
|
/////////////////////////////////////////////////////////////////////
|
|
//
|
|
// This script has been auto-generated by HakInstaller to call
|
|
// multiple handlers for the oncliententer event.
|
|
//
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("prc_onenter", OBJECT_SELF);
|
|
ExecuteScript("on_client_enter", OBJECT_SELF);
|
|
}
|