var/quest1html = {"
<b><u>Master Jin</u></b>: "Hello, if you aren't busy, could you help me with something?"
<br><br><br><center><a href='?src=\ref[src];action=quest1_2'>\[Yes\]</a> <a href='?src=\ref[src];action=close_popup'>\[No\]</a></center>
"}
Error: src:undefined var
How can I make this work the way I want it to without putting it like:
verb
Talk()
set src in oview(1)
usr << browse({"
<b><u>Master Jin</u></b>: "Hello, if you aren't busy, could you help me with something?"
<br><br><br><center><a href='?src=\ref[usr];action=quest1_2'>\[Yes\]</a> <a href='?src=\ref[usr];action=close_popup'>\[No\]</a></center>
"},"window=popup;display=1;clear=0; size=300x300;border=0;titlebar=0")
Because when you click the links it's going to open different browses and the 2nd method wouldn't work for me.
mob/var/quest1html