Script fixes, additions, and area changes

This commit is contained in:
EpicValor
2023-09-03 21:12:26 -05:00
parent b3a5e77663
commit 430f3102d9
100 changed files with 40112 additions and 1032 deletions

View File

@@ -9,5 +9,5 @@
void main()
{
ExecuteScript("prc_ondeath", OBJECT_SELF);
ExecuteScript("_ondeath", OBJECT_SELF);
//ExecuteScript("_ondeath", OBJECT_SELF);
}