AuthorName/ja
From M.U.G.E.N Wiki
This page is in progress of being translated to ja. You can help translating it or go to another language version that follows:
Trigger: AuthorName(*,***)
Returns the player's author's name (specified in the .DEF file). This may also be useful for telling apart characters with the same name but different authors.
- Format:
- AuthorName [oper] "name"
- Arguments:
- [oper]
- =, != (other operators not valid)
- "name" (string)
- Name to compare against. Must be in double quotes.
- Return type:
- boolean int (1 or 0)
- Error conditions:
- none
Example:
trigger1 = Authorname = "Suika" Returns true if the character's author is named Suika.