quest::itemlink(item_id);
I would like an NPC to whisper a message that includes an item link. Possible to use quest::itemlink(item_id); in this way?
like: Code:
sub EVENT_SAY { |
The quest::varlink command should do what you want. Just use it in place of itemlink.
Code:
my $artifact = quest::varlink(item_id); |
Quote:
Here is an example you can try to see how both work. I also changed the saylinks a bit so you can see what can be done with those as well if you want. Code:
sub EVENT_SAY { |
Thank you Trev, I wasn't able to find any info on this, but it's good we have you, you are a living wiki.. :)
Many thanks for sharing your teleporter script too (the one updated with saylink feature)! |
and many thanks to realityincarnate too!
|
All times are GMT -4. The time now is 09:19 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.