BWE:LOAD RAW GAME SCRIPT
From PBnWModdingWIKI
Doesn't seem to do much, tried:
- LOAD_RAW_GAME_SCRIPT("Scripts\Custom\test.script")
- LOAD_RAW_GAME_SCRIPT(1, "Scripts\Custom\test.script")
- LOAD_RAW_GAME_SCRIPT("Scripts\Custom\test.script", 1)
- LOAD_RAW_GAME_SCRIPT("Scripts\Custom\test.script", 1, 1)
- LOAD_RAW_GAME_SCRIPT("Scripts\Custom\test.script", "Scripts\Custom\")
- LOAD_RAW_GAME_SCRIPT("Scripts\Custom\", "Scripts\Custom\test.script")
The game does no attempt whatsoever to load the script. Maybe the wrong number/kinds of parameters?