Originally Posted By: Predatorfusion
Ohhh okay, how would i implement them into sub/resub/subgift scripts?


The way you would with anything else in your mIRC scripts... assuming you used %sub-plan as the variable name like in the above examples you could do something like:

Code:
MSG $chan %username just subscribed with a %sub-plan Subscription!


Assuming that %username is the variable you set up for the persons name... it would message chat something like:

Quote:
Predatorfusion just subscribed with a $4.99 Subscription!


You would have to set up other parts of your script to check for gifted subs or resubs if you want it worded differently with the usernames of the people who gave and received the subscription.

As a side note, you mentioned earlier that $msgtags(msg-param-sub-plan) only returned $true for you. Be sure that you added the .key at the end of that. It's easy to forget it. So it's actually $msgtags(msg-param-sub-plan).key .