Need help with mod

Place for sharing your game modifications for Life is Feudal: Your Own

OriginalBacer
 
Posts: 1
Joined: 12 Nov 2017, 12:12

Need help with mod

Post by OriginalBacer » 05 Dec 2017, 00:52

Please guys help me! When i press key i need open window with my site. I don't know where i can find information about it.

User avatar
Moseph
True Believer
 
Posts: 4
Joined: 03 Jul 2016, 11:32

Re: Need help with mod

Post by Moseph » 06 Dec 2017, 20:45

Code for this would be something like:

function openSpecialWindow() {
openWeb("https://google.com");
}

GlobalActionMap.bindCmd(keyboard, "ctrl w","openSpecialWindow();", "");

Return to Game mods