mob/proc/CustomAlert(Usr=usr,text12="Sample text")
winset(src,"CustomAlert.text1","text=[text12]")
winset(src,"CustomAlert","title=\"[title]\"")
winset(src,"CustomAlert","is-visible=true")
winset(src,"CustomAlert.text1","text=[text12]")
mob/verb/TestAlert()
CustomAlert("SAMPLE TEXT")
Problem description:
I cannot get the text to popup on the window.
the window pops up but with no text