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).

SS_Note_Dynamic.uc

[RAW] [Download]

Class SS_Note_Dynamic extends Note
    placeable;
 
defaultproperties
{
    bStatic = false;
    bMovable = true;
    bNoDelete = false;
}