script fixes, additions to merchant

This commit is contained in:
EpicValor
2023-08-31 20:34:52 -05:00
parent e6bd2ef68d
commit eb5060ffdd
28 changed files with 2441 additions and 40 deletions

View File

@@ -1,9 +1,9 @@
//:://////////////////////////////////////////////////
//:: prc_pwonspawn
/*
OnSpawn catch all for the PRC
OnSpawn catch all for the PRC
*/
//:://////////////////////////////////////////////////
@@ -22,5 +22,5 @@ void main()
// ***** ADD ANY SPECIAL ON-SPAWN CODE HERE ***** //
ExecuteScript("random_drop",OBJECT_SELF);
//ExecuteScript("random_drop",OBJECT_SELF);
}