Recent content by ing32

  1. ing32

    Question GSC spawning NPC AI on single player.

    Hello. I've been recently trying to spawn NPC AI on my single player campaign, and I managed to do it with a gsc file I've found online: However, my 1st question is: I want to read the array, but I can't use println for that. How can I read the array and see the list of the NPCs? My 2nd...
  2. ing32

    Release MW2 Singleplayer/Spec Ops ModLoader

    this is what I'm using already. I came from a youtube tutorial and I got this file. I'm looking forward to make it spawn allies instead of random npcs from the GetSpawnerArray array.
  3. ing32

    Release MW2 Singleplayer/Spec Ops ModLoader

    Hello. Is there a way I can make it spawn only allies? GetSpawnerTeamArray() doesn't do it for me, and i can't read the array since I don't know how gsc coding works.. (tried with println but seems like it returns syntax error)
Top