I would like to make a script and attach it to an enemy actor, so i get his level displayed as Debug.Notification, if it can be done.
let me show you how i want it, and then tell me how to script it the right way please.
event on hit
if hit by the player
get my level
Debug.Notification my level
endif
endevent
thx.