Re: How do you spawn the new SCPs with the console?

#6
:/
Here's what I found. It says enough to know it is not possible... :(
Case "spawn"
CreateConsoleMsg("HELP - spawn")
CreateConsoleMsg("******************************")
CreateConsoleMsg("Spawns an NPC at the player's location.")
CreateConsoleMsg("Valid parameters are:")
CreateConsoleMsg("mtf / 173 / 106 / guard / ")
CreateConsoleMsg("096 / 049 / zombie / npc178")
CreateConsoleMsg("******************************")
My YouTube account: https://www.youtube.com/user/BoltBarkingatthemoon
I know my avatar isn't exactly 'creative'. It's mostly so bronies can identify it but non-bronies have no idea.

Re: How do you spawn the new SCPs with the console?

#9
WillWow_mc wrote::/
Here's what I found. It says enough to know it is not possible... :(

Code: Select all

Case "spawn"
    CreateConsoleMsg("HELP - spawn")
    CreateConsoleMsg("******************************")
    CreateConsoleMsg("Spawns an NPC at the player's location.")
    CreateConsoleMsg("Valid parameters are:")
    CreateConsoleMsg("mtf / 173 / 106 / guard / ")
    CreateConsoleMsg("096 / 049 / zombie / npc178")
    CreateConsoleMsg("******************************")
I wouldn't look at the help command to figure out whether or not Reg added stuff to the console if I were you. Not that it really matters; he only seems to update the console whenever he needs specific functionality from it.
M-x dingus-mode