Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (
- global GW_displayText
- try(unregisterRedrawViewsCallback GW_displayText)catch()
- (
- fn GW_displayText =
- (
- wPos = GW.GetWinSizeX()*0.5
- hPos = GW.GetWinSizeY()*0.2
- gw.htext [wPos,hPos,0] "DUPLICATE COMPLETE" color:red
- gw.updateScreen()
- )
- )
- registerRedrawViewsCallback GW_displayText
- )
Add Comment
Please, Sign In to add comment