Trigger Assistance [Resolved]
I attempted to make this trigger which should show a multiboard for just one player, however no board is shown at all. Is there any reason that might happen? Or something I scripted wrong? Thank-you very much.
I attempted to make this trigger which should show a multiboard for just one player, however no board is shown at all. Is there any reason that might happen? Or something I scripted wrong? Thank-you very much.
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Multiboard Ability
-
Actions
- Set PlayerSelecting = (Owner of (Casting unit))
- Custom script: if( GetLocalPlayer() == udg_PlayerSelecting ) then
- Multiboard - Show CharacterBoard[(Player number of PlayerSelecting)]
- Custom script: endif
Last edited: