I got this..
Code:
when letter with pc.is_gm() begin
And i want something like this :
Code:
when letter with pc.is_gm('IMPLEMENTOR') begin
Explanation : I would like this command in this script to allow only IMPLEMENTOR autorithy
to use it. Not *** / HIGH WIZ / Low wiz to use it.