| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| Editor ID | 1EWatchSquatter2Script
|
| Form ID | 000F53A9 |
This script is related to the squatters.
scn 1EWatchSquatter2Script
begin OnDeath
set VDialogueVegasNorth.NumSquattersDead to (VDialogueVegasNorth.NumSquattersDead + 1)
if VDialogueVegasNorth.NumSquattersDead == 3
set VDialogueVegasNorth.SquattersDealtWith to 1
SetObjectiveCompleted VdialogueVegasNorth 10 1
SetObjectiveDisplayed VdialogueVegasNorth 15 1
endif
end