Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

vortexcannon

2
Posts
1
Topics
A member registered Jun 06, 2020

Recent community posts

Thank you! This fixed my problem :)

(1 edit)

Hi!

If I use a given function in the code, for example: view_camera[0] = camera_create_view(0, 0, 1920, 1080);

Then I see an error in the output:

[live][15:59:30] Error in obj_ev_1_Loader:Step_0:
[live][15:59:30] obj_ev_1_Loader:Step_0[L284,c21] `camera_create_view` takes 10 arguments, got 4

This function requires only 4 arguments, the remaining 6 are optional. But if I do not specify them, then the script does not work, but only gives an errors.