Clicky webpage in game?
Back in the day I remember there was a way to have a npc give a clicky link to webpages. Ive looked around for about an hour now and don't see any references to this. Would anyone happen to know how to do this?
For clarity, basically hail npc, npc says blah blah click here to visit website. Clicking here takes you to eqemu for example. |
|
That is extremely helpful not going to lie. I only have 1 question That I dont really see an answer for. Where ot says string in this line, what goes there or if you have a link to explain that, either way.
Code:
$client->SendWebLink(string website_url); |
Quote:
Literally the website url. String is the identifier, such as int, bool, etc |
Cool thanks man
|
You probably worked this out, but just to clarify - you don't put anything where it says 'string', that's just to tell you the type of data that is expected to replace 'website_url'
i.e. $client->SendWebLink("www.somewebsite.com"); |
Hi. I'm not very versed in the topic of programming, but I wanted to clarify. Do I need to do a 'website_url' transition check in case the site is not responding?
|
All times are GMT -4. The time now is 04:10 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.