I am trying to get global variables to show in a message but I am not sure how to go about this, I already checked the tutorials but I just get CK complaints when creating my own script.
Event OnEquipped(Actor akActor)
StatsMessageMain.show(GlobalStatsNeed) ;;; this global is attached to this script as a property but the CK just complains
Game.GetPlayer().UnequipItem(ThisItem)
EndEvent

