- Joined
- Apr 17, 2015
- Messages
- 72
- Reaction score
- 52
- First Language
- English
- Primarily Uses
Outside of basic syntax I know very little about javascript, (or any other language.) and I want to write a plugin that does stuff when conditions are met.
I started by googling information about it and I found 3 different templates, and a couple of youtube series on plugin creation. The videos were great for plugin commands, they also all covered replacing a function on a project title scene. So I went and looked at the templates, The first one I found was about replacing the same title screen function that all the youtube videos covered. The second was for creating a scene and the third one I found was for plugin commands.
Do I have to replace a function, or is it possible to write something that just runs in the background? Another question I have is what functions do people normally replace? I understand picking a function if my aim is to replace that same function, but what I if don't need to replace function ?
I started by googling information about it and I found 3 different templates, and a couple of youtube series on plugin creation. The videos were great for plugin commands, they also all covered replacing a function on a project title scene. So I went and looked at the templates, The first one I found was about replacing the same title screen function that all the youtube videos covered. The second was for creating a scene and the third one I found was for plugin commands.
Do I have to replace a function, or is it possible to write something that just runs in the background? Another question I have is what functions do people normally replace? I understand picking a function if my aim is to replace that same function, but what I if don't need to replace function ?
Last edited by a moderator:

