18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
; SCR 201
|
|
; Scripts Parser Version 2.0.1
|
|
; (c) Ubi Simulations 1997
|
|
|
|
; ***********************
|
|
; **** Action : Wait ****
|
|
; ***********************
|
|
;------------------------------------------------
|
|
|
|
{CreateNewState:Wait
|
|
Animation(nomdel'anim)
|
|
Repeat(1)
|
|
Speed(1)
|
|
TransitionStatusFlag(AllowedByDefault)
|
|
NextState(Wait)
|
|
LinkMechanics("Base.mec^IdCardBase:Base")
|
|
}
|