| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| Editor ID | BMRockslide2Script
|
| Form ID | 000EAAFD |
This script relates to the individual rocks that constitute the rockslide on the path to Black Mountain.
scn BMRockslide2Script
int DoOnce
begin onTriggerEnter player
if DoOnce == 0
BMRockslide2Rock1.enable
BMRockslide2Rock2.enable
BMRockslide2Rock3.enable
BMRockslide2Rock4.enable
BMRockslide2Marker.PlaceAtMe FakeForceBallNudge
set DoOnce to 1
endif
end