#How to do it when the actor holds an item and the UI changes?
1 messages · Page 1 of 1 (latest)
specific item or any item?
Specific
when object is created
inf. loop
if (self) current weapon = (item u want)
execute (mechanics) switch ui (ui u want)
or else
execute (mechanics) switch ui (ui u don't want)
that in the main actor
Thanks