| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| Editor ID | CaesarDialogueTriggerScript
|
| Form ID | 00176F0B |
This script is related to Caesar's dialogue.
scn CaesarDialogueTriggerScript
short bDoOnce
begin OnTriggerEnter player
if (bDoOnce == 0)
;FortCaesarRef.AddScriptPackage CaesarInitialDialoguePackage
set bDoOnce to 1
Disable
MarkForDelete
endif
end