kolt_050

Untitled

May 11th, 2022 (edited)
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. (
  2. global GW_displayText
  3. try(unregisterRedrawViewsCallback GW_displayText)catch()
  4. (
  5. fn GW_displayText =
  6. (
  7. wPos = GW.GetWinSizeX()*0.5
  8. hPos = GW.GetWinSizeY()*0.2
  9. gw.htext [wPos,hPos,0] "DUPLICATE COMPLETE" color:red
  10.  
  11. gw.updateScreen()
  12. )
  13. )
  14.  
  15. registerRedrawViewsCallback GW_displayText
  16. )
Add Comment
Please, Sign In to add comment