Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I got the following error when I reached the stage 6 midboss:

Me apareció el siguiente error cuando llegué al jefe intermedio de la fase 6:

(No hablo español. He utilizado un traductor automático.)


you are using a variable that has not been set yet.

(一回も代入していない変数を使おうとしました)

C:/Users/kari-/Downloads/Touhou RoFM/script/player/cirno/Player.dnh 

Player.dnh line(行)=943

        ObjShot_SetSpellFactor(objShot2,true);

        ObjShot_SetEraseShot(objShot2,true);

        ObjRender_SetScaleXYZ(objShot2, 1.5, 5, 1);

        //ObjRender_SetAlpha(objShot2,128);

        ObjRender_SetBlendType(objShot2, BLEND_ADD_ARGB);

        loop(8) {

            let objShot = Crea

~~~