Added (2) Castle Interior overrides
Added (2) Castle Interior overrides, continued making static NPCs & stores dynamic. added more DMFI language tokens, started working on mod onEnter scripting, got NPCs to fire emotes while walking around.
This commit is contained in:
12
_module/nss/hif_onenter.nss
Normal file
12
_module/nss/hif_onenter.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
// prc_onenter,ra_mod_onenter
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("prc_onenter", OBJECT_SELF);
|
||||
ExecuteScript("ra_mod_onenter", OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user