mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 07:11:07 -04:00
10 lines
238 B
SourcePawn
10 lines
238 B
SourcePawn
@ Player in Sanctuary during intro cutscene
|
|
SCRIPT_START script_PlayerSanctuaryIntro
|
|
BeginBlock
|
|
SetAnimationState 0x0000
|
|
SetEntityPositionRelative 0x0098, 0x0070
|
|
EndBlock
|
|
SetSyncFlag 0x00000002
|
|
Call SetPlayerActionNormal
|
|
SCRIPT_END
|