Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

How to make a form only appear on one player index's screen


ryono
 Share

Recommended Posts

uhh yeah, I didn't know where to put questions for source edits so I put it here. sorry if it's in wrong place. but I need help with calling a form from client.vbp through sadscript. I also want this form to only show up on the person's screen that activated it. My goal is to make a npc talk box, a box that will show what the npc is saying, such as giving you quests and what not. but yeah if you can help me, thankyou.
Link to comment
Share on other sites

call senddatato(index, "open" & sep_char & "hello" & end_char)

and in moddata (client)

if parse(0) = "open" then
  frmopen.visible = true
  frmopen.label1.text = trim(parse(1))
end if

and also wrong thread, put it in source questions next time
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...