Changed death script for goblins to not blow up in chunks Changed secret door vfx to blend in with the great oak better added recall device for convenience and added it vendors
15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
// prc_onactivate,_on_activateitem
|
|
/////////////////////////////////////////////////////////////////////
|
|
//
|
|
// This script has been auto-generated by HakInstaller to call
|
|
// multiple handlers for the onactivateitem event.
|
|
//
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("prc_onactivate", OBJECT_SELF);
|
|
ExecuteScript("_on_activateitem", OBJECT_SELF);
|
|
ExecuteScript("sot", OBJECT_SELF);
|
|
}
|