SCTX |
scn ErlineLirrianSCRIPT
short SayWord
begin gamemode
if ( SayWord == 1 )
ErlineLirrianRef.Say MS11CommandWord
set SayWord to 0
endif
;This is to forcegreet player after the amulet switch
if ( GetStage MS11 >= 115 ) && ( GetStage MS11 < 120 ) && ( MS11.ForceGive == 1 ) && ( IsTalking == 0 )
StartConversation Player, Greeting
set MS11.ForceGive to 2
endif
end
begin OnDeath
if ( GetStage MS11 >= 5 ) && ( GetStage MS11 < 120 )
setstage MS11 200
endif
if ( GetStage MS11 >= 130 ) && ( GetStage MS11 < 170 )
setstage MS11 200
endif
end |