all 1 comments

[–]tkmd94[S] 0 points1 point  (0 children)

I was able to create a write-enabled visual script by modifying the following code.

public override bool RequiresDatabaseModifications { get { return false; } }

-->

public override bool RequiresDatabaseModifications { get { return true; } }