But the script won't save, and I'm not completely sure why. Papyrus is not one of my strong points, so there's certain functions (the line with "getdeadcount", for example), where I'm not totally sure if I've got the syntax right.
The script isn't complete yet, but here's what I've got so far:
Scriptname danDeadSkeletonScript extends Quest ConditionalGlobalVariable Property danSummonedSkellysProperty Auto ConditionalQuest Property danQuest2Property Auto ConditionalLeveledActor Property danSkellyActorProperty Auto Function danSkeletonsCounted() float CurrentCount = Game.GetPlayer().GetDeadCount(danSkellyActorProperty) danSkellyActorProperty.Value = http://forums.bethsoft.com/topic/1451796-need-someone-to-proofread-my-script/CurrentCountendFunction