minespatch Posted March 17, 2018 Share Posted March 17, 2018 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() Link to comment https://forums.kleientertainment.com/forums/topic/88770-i-summoned-klaus-by-debug-console/ Share on other sites More sharing options...
Pruinae Posted March 17, 2018 Share Posted March 17, 2018 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 >.> Link to comment https://forums.kleientertainment.com/forums/topic/88770-i-summoned-klaus-by-debug-console/#findComment-1016156 Share on other sites More sharing options...
minespatch Posted March 17, 2018 Author Share Posted March 17, 2018 Thanks @MatheusR31! IT was such a annoying night tonight! Link to comment https://forums.kleientertainment.com/forums/topic/88770-i-summoned-klaus-by-debug-console/#findComment-1016158 Share on other sites More sharing options...
Pruinae Posted March 17, 2018 Share Posted March 17, 2018 If you still can't do what you want for some reason, come back here so we can figure something out Link to comment https://forums.kleientertainment.com/forums/topic/88770-i-summoned-klaus-by-debug-console/#findComment-1016159 Share on other sites More sharing options...
Daniel86268 Posted March 17, 2018 Share Posted March 17, 2018 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.) Link to comment https://forums.kleientertainment.com/forums/topic/88770-i-summoned-klaus-by-debug-console/#findComment-1016303 Share on other sites More sharing options...
minespatch Posted March 18, 2018 Author Share Posted March 18, 2018 7 hours ago, Daniel86268 said: 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() THANK YOU! Link to comment https://forums.kleientertainment.com/forums/topic/88770-i-summoned-klaus-by-debug-console/#findComment-1016421 Share on other sites More sharing options...
Recommended Posts
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.