Jump to content

I summoned Klaus by debug console...


Recommended Posts

So how do I get rid of him? 

I tried this:https://steamcommunity.com/app/219740/discussions/0/846964364005841994/  But I'm not sure what to input. My buddy @GiddyGuy helped me figure out the other day that "c_give("item",30)" gives me so and so items but I'm not sure what to input in this code: TheInput:GetWorldEntityUnderMouse():Remove()

You can 

ThePlayer.components.combat.damagemultiplier = 10000000000000

Then stab him (probably going to one hit), unless you really want to _delete_ him then you should try 

ConsoleWorldEntityUnderMouse():Remove()

If the second doesn't work you can try

c_select():Remove()

If it stills doesn't work you can download the mod "simple map editor" and use the delete key on your keyboard to delete stuff >.>

If you ever want to get rid of something like that again, possibly without hitting it, or trying to mouse-cursor delete it, you can always try

c_find("klaus"):Remove()

Ofc you can replace klaus with any other prefab you want to get rid of.

Edit: Keep in mind that if you have multiples of said entity in your world things might get a bit more difficult, since you don't know which of those entities is the first one the server picks. (Unless you want to delete all of them, in which case you can either spam this command, or put it into a loop.)

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...