Scriptname GinWulmScript
short bookread
Begin Gamemode
if ( bookread == 0 )
if ( Player.GetItemCount SklxArmorer1 > 0 )
set bookread to 1
endif
endif
End
Begin OnDeath
if ( GetStage TrainingArmorer >= 10 ) && ( GetStage TrainingArmorer < 100 )
SetStage TrainingArmorer 200
endif
End |