Hello,
I know that all the professional modders will laugh at me, but how do I send a keystroke to the game? I've followed the tutorial, but it isn't mentioned there. I googled it and it tells me to use SendKeys, but it doesn't work:
public void OnLevelLoaded(LoadMode mode)
{
SendKeys("+ P");
}
It says SendKeys is not available in my context!?
Please help. thanks,
Vanilla7412