Code viewer
SS_Note_Dynamic
#Kismet
#CustomActor
Removes the static rules and make it Dynamic
Unlike the original, this is Dynamic, meaning it can be directly modified in run time, this includes moving the note, setting a base, rotating, hiding and direct modification (if done so with other scripts).
Class SS_Note_Dynamic extends Note placeable; defaultproperties { bStatic = false; bMovable = true; bNoDelete = false; }