chambcra Posted July 22, 2016 Share Posted July 22, 2016 What I mean is in the game hit the tilde key and type something like:run scriptnameexec scriptnameor something like that. I've been searching for days and I've only found one person who asked and didn't get an answer. It seems like something that would be possible but the idea of it doesn't seem to exist. Thanks Link to comment Share on other sites More sharing options...
forli Posted July 22, 2016 Share Posted July 22, 2016 In the console you can't use the command Call to execute functions, but you can simulate it with a quest and the command SetStage:Create a quest (example: "myFnQuest"), enable "Allow repeated stages" and add a stage (example: stage 10)In the stage, create a new stage item (above, where your read "Log entry") and add the code you need in the "Result script".In the Result script you can even use the command Call to execute some function script. This effectively bypass the above Call limitation. Now, in the console, you can type: SetStage myFnQuest 10This will run the Result script of stage 10 (and can be repeated, thanks to the "Allow repeated stages"). Link to comment Share on other sites More sharing options...
chambcra Posted July 23, 2016 Author Share Posted July 23, 2016 Okay, thanks a lot forli. That settles that then and that's an interesting work-around too. Link to comment Share on other sites More sharing options...
MitchBurns09 Posted October 1, 2016 Share Posted October 1, 2016 (edited) Forli you are a god. Succesfully just added a console command for EP using your guide... I am a bad man, yes but finished all quests now just wanna run around nehrim and go nuts :smile: Edited October 1, 2016 by MitchBurns09 Link to comment Share on other sites More sharing options...
didiusdeddysalam Posted October 13, 2016 Share Posted October 13, 2016 unless you can connect your console to your computer....i guess it will be really difficult to try to write a script unto the console... Link to comment Share on other sites More sharing options...
forli Posted October 13, 2016 Share Posted October 13, 2016 (edited) We're not talking about the console (gaming computer created by Sony/Microsoft/etc...). We're talking about the console (debug menu you can open with ~ and where you can read debug messages or write command to execute on the fly). Edited October 13, 2016 by forli Link to comment Share on other sites More sharing options...
Recommended Posts