generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
6
_module/nss/vat_displaydeity.nss
Normal file
6
_module/nss/vat_displaydeity.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
string sDeity = GetDeity(GetPCSpeaker());
|
||||
if (sDeity == "") sDeity = "No deity";
|
||||
SetCustomToken(108, sDeity);
|
||||
}
|
||||
Reference in New Issue
Block a user