| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| Editor ID | BCGreatKhanExitTriggerScript
|
| Form ID | 00153A35 |
This script triggers the Great Khans leaving Boulder City.
scn BCGreatKhanExitTriggerScript
ref EnteringObjectRef
begin OnTriggerEnter
;set EnteringObjectRef to GetActionRef
;if GetInFaction EnteringObjectRef BoulderCityGreatKhanFaction
; EnteringObjectRef.Disable
;endif
end