Ulysses

General => Developers Corner => Topic started by: dbodz on July 11, 2015, 04:05:45 PM

Title: Help with a link-opening command please?
Post by: dbodz on July 11, 2015, 04:05:45 PM
 and make the script target only the player that typed "!link".
Title: Re: Help with a link-opening command please?
Post by: Zmaster on July 11, 2015, 05:13:49 PM
There's a few things you need to change~
On line 1, remove the target_plys argument
Inside the function, remove the for loop
Where it says v:SendLua... - change v to calling_ply
Remove line 10

That should work
Title: Re: Help with a link-opening command please?
Post by: dbodz on July 11, 2015, 05:26:35 PM
Thanks a ton, it worked.
I understand it too which will be good for learning how to make more advanced commands.


Much love <3