- Joined
- May 11, 2012
- Messages
- 2,103
-
Floating Texts
-
Events
- Map initialization
- Conditions
-
Actions
- Set Bosstext = (Center of Boss Point <gen>)
- Set MissionText = (Center of Mission Point <gen>)
- Floating Text - Create floating text that reads Boss at Bosstext with Z offset 0.00, using font size 30.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
- Floating Text - Change (Last created floating text): Enable permanence
- Floating Text - Create floating text that reads Mission at MissionText with Z offset 0.00, using font size 30.00, color (0.00%, 100.00%, 0.00%), and 0.00% transparency
- Floating Text - Change (Last created floating text): Enable permanence
- Custom script: call RemoveLocation(udg_Bosstext)
- Custom script: call RemoveLocation(udg_MissionText)
-
Events