Jump to content

GECK isn't saving a script...


VintheWolf

Recommended Posts

I've been trying to make this whole new disintegration color thing work for about 3 hours now, but my only problem is...the damn script is refusing to save. Here's the script...someone tell me what the hell I'm doing wrong...

 

ScriptName aaaCrimsonDisintegrateScript

Float Timer
Short DoOnce
Short IsPile

Begin ScriptEffectStart
if getisid nvcrmrhouse == 0
SetCriticalStage DisintegrateStart
PMS aaaCrimsonVaporize
PMS aaaCrimsonAshEffect
Set Timer to 1.8
Set DoOnce to 0
endif
End


Begin ScriptEffectUpdate
If DoOnce == 0
If IsPile == 0
If Timer <= 0.5
AttachAshPile
Set IsPile to 1
EndIf

 

Link to comment
Share on other sites

There is no END to the last ScriptEffectUpdate. Cipsis validator mentions two EndIf statements there too. And you said you checked there? Did you miss those?

Update: Problem is persisting...Even when using an old script I made before (one that...actually worked on a different mod..)

Link to comment
Share on other sites

You are missing a couple things (I don't know what your new script looks like) but I too made a custom disintegrate. You need 2 endif and end statement at the bottom but you also need the set timer to (timer - getsecondspassed) which you seemd to omit from the vanilla script. check the laserdisintegration script again.

 

Good luck,

Geoff

Link to comment
Share on other sites

  • Recently Browsing   0 members

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