Forum rules - please read before posting.

Update now bugged script

Hi, long time no see,
I've updated AC after a while to the latest version and it's now caused an error on this custom script Chris showed me:

This is the error: https://imgur.com/a/eOrcCKG

It was ActionCharMoveRandom and this is the pastebin:
https://pastebin.com/H5DWLPEQ

Is there any way to fix this because it's quite an important part of the game?

Thanks!

Comments

  • See the Changelog's "Upgrade notes" section for v1.66.8:

    • Custom Actions that override the AssignConstantIDs function need to add the bool parameter "isAssetFile"

    Replace the line:

    override public void AssignConstantIDs (bool saveScriptsToo)
    

    With:

    override public void AssignConstantIDs (bool saveScriptsToo, bool fromAssetFile)
    
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.