Jump to content

Scripting problem


LoopyNoopy

Recommended Posts

Heyas,

I'm trying to write a script on a magic effect so when it finished it starts a scene I've created. But the Creation Kit throws this error at me:

  Reveal hidden contents



This is the script:

Scriptname LoopyNoopysScripts:LNPiperCompanionTimerMEScript extends activemagiceffect Conditional

Actor Property LNPlayerREF Auto Conditional

Event OnEffectFinish(Actor LNPlayerREF)
	LNPiperLeaveForMagScene.Start()
EndEvent

Scene Property LNPiperLeaveForMagScene Auto Conditional

My question is why is this script giving me that error and how can I fix it?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...