Script Resource
Script Resource is a type of resource that contain script codes, it can be executed by DoScript Action. There are two categories of Script Resource: String and File. String Script stores language codes directly in the scene, and File Script takes language codes from another text file. Script Resource has name, underline leading & uppercase name is reserved for system purposes. There are two system script names.
| Script Name | Explain |
| _SCENE_BEGIN | System will do this script when scene begin. |
| _SCENE_END | System will do this script when scene end. |
