Continuing dynamic spawn swapover

Continuing dynamic spawn swapover.  Got city exterior done, started on South Coast Road hostile spawns & dynamic bandits.
This commit is contained in:
Jaysyn904
2021-09-07 22:44:00 -04:00
parent 777566457d
commit d835d01649
40 changed files with 6102 additions and 26570 deletions

View File

@@ -0,0 +1,8 @@
void main()
{
object oPC = GetPCSpeaker();
AssignCommand(oPC, TakeGoldFromCreature(1, oPC, TRUE));
}