Jaysyn904 52d65cb598 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.
2021-09-06 22:02:47 -04:00

13 lines
293 B
Plaintext

// prc_onenter,ra_mod_onenter
/////////////////////////////////////////////////////////////////////
//
//
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_onenter", OBJECT_SELF);
ExecuteScript("ra_mod_onenter", OBJECT_SELF);
}