- Joined
- Feb 9, 2014
- Messages
- 14
- Reaction score
- 1
- First Language
- English
- Primarily Uses
Hello everyone! So I'm having a problem with Tsukihime's Camera Target script. Supposedly, to make the camera follow the player, you need to go to Set Move Route, click Script, and input this:
set_camera_target(char_id = -1)
Well, I did and I got this error when I tried testing the game.
Script 'Game_Character' line 180: NoMethodError occured.
undefined method 'set_camera_target' for #<Game_Player:0x793c6d0>
I don't know why it's not working and was wondering if someone could be out with this! I would greatly appreciate it!
-alphab817
set_camera_target(char_id = -1)
Well, I did and I got this error when I tried testing the game.
Script 'Game_Character' line 180: NoMethodError occured.
undefined method 'set_camera_target' for #<Game_Player:0x793c6d0>
I don't know why it's not working and was wondering if someone could be out with this! I would greatly appreciate it!
-alphab817

