I am currently working on a player morph mod. I wanted to do it with cheat codes, but there is not enough slots for all the models. I want to do it with IdolNinja's Sandbox+ because there will be enough room to put everything in. I tried:
elseif codestring == "667" then
set_player_character(npc_ronin_male_biker)
sandbox_message("Player model set Ronin Biker", LOCAL_PLAYER)
reset_input_sequence()
but it didn't work, even with quotation marks around the npc name. I am not a good coder at all and the set_player_character was a complete guess. This is my first mod and I want it to be as big as I could possibly make it.
Thank you.
elseif codestring == "667" then
set_player_character(npc_ronin_male_biker)
sandbox_message("Player model set Ronin Biker", LOCAL_PLAYER)
reset_input_sequence()
but it didn't work, even with quotation marks around the npc name. I am not a good coder at all and the set_player_character was a complete guess. This is my first mod and I want it to be as big as I could possibly make it.
Thank you.
Last edited: