Prop Hunt Verse Code - Error?

Hi,

Using the Verse code for my Prop Hunt map, and following this guide - 6. Adding the Full Script . When pushing the changes, I get the following error:

LogSolarisIde: Error: C:/Users/USER/Documents/Fortnite Projects/HOUSE/Plugins/HOUSE/Content/round_timer.verse(53,31, 53,51): Script Error 3506: Unknown identifier log_prop_hunt_device.
VerseBuild: Error: C:/Users/USER/Documents/Fortnite Projects/HOUSE/Plugins/HOUSE/Content/round_timer.verse(53,31, 53,51): Script error 3506: Unknown identifier log_prop_hunt_device.
VerseBuild: Error: C:/Users/USER/Documents/Fortnite Projects/HOUSE/Plugins/HOUSE/Content/round_timer.verse(53,31, 53,51) : Script error 3506: Unknown identifier log_prop_hunt_device.
LogSolarisEditor: Warning: Autosave disabled until no Verse build errors are detected! If you close the editor now it will remain disabled. It can be manually re-enabled from “Editor Preferences->Loading & Saving”
LogSolLoadCompiler: Error: Rollback unavailable. Continuing to work in editor may result in data loss.
LogSolarisIde: Error: C:/Users/USER/Documents/Fortnite Projects/HOUSE/Plugins/HOUSE/Content/round_timer.verse(53,31, 53,51): Script Error 3506: Unknown identifier log_prop_hunt_device.
VerseBuild: Error: C:/Users/USER/Documents/Fortnite Projects/HOUSE/Plugins/HOUSE/Content/round_timer.verse(53,31, 53,51): Script error 3506: Unknown identifier log_prop_hunt_device.
VerseBuild: Error: C:/Users/USER/Documents/Fortnite Projects/HOUSE/Plugins/HOUSE/Content/round_timer.verse(53,31, 53,51) : Script error 3506: Unknown identifier log_prop_hunt_device.
LogSolLoadCompiler: Error: Rollback unavailable. Continuing to work in editor may result in data loss.
ValkyrieValidation: Error: HOUSE encountered error(s) while compiling Verse. See Verse Build Diagnostics.
LogValkyrieValidation: Display: Selecting allow lists for role ‘VKCreateUGC’
LogValkyrieSummary: Project HOUSE failed to update
LogValkyrieActivityTracker: Warning: Upload → Fail Activity: HOUSE - Project validation failed
LogValkyrieActivityTracker: Warning: Upload → Fail Activity: UploadProjects - All uploads failed with errors

Does the Prop_Hunt.verse code exist? If so, it’s not on the aforementioned page.

Thanks

2 Likes

could you fix it?

1 Like

Did you figure this out at all?

1 Like

the tutorial is completely broken. step 5 has a script that isnt even mentioned anywhere else and it doesnt even tell you where to put the code (the prop_hunt.verse file). and it doesnt show it on step 6 with the other code either. The latest version of verse wont allow you to put a ‘set’ inside of an ‘if’ and you have to seperate the fail-able stuff from the ‘set’ as well.I made a fix if anyone is interested.