Difference between revisions of "Template:ScriptArgumentV2/Name"
Jump to navigation
Jump to search
Jianmingyong (talk | contribs) m |
Jianmingyong (talk | contribs) m |
||
| Line 1: | Line 1: | ||
<noinclude>{{WarningV2}}</noinclude><includeonly>{{#Switch:{{{1|}}} | <noinclude>{{WarningV2}}</noinclude><includeonly>{{#Switch:{{{1|}}} | ||
<!-- Pokémon files --> | |||
| trainerFile = The relative file path of the Trainer File without extension. (Pokemon\Scripts\trainer\xxx) | | trainerFile = The relative file path of the Trainer File without extension. (Pokemon\Scripts\trainer\xxx) | ||
| musicloop = The file name of the Music File without extension. (Pokemon\Content\Songs\xxx) | | musicloop = The file name of the Music File without extension. (Pokemon\Content\Songs\xxx) | ||
<!-- Pokémon Data --> | |||
| pokemonID = The Pokémon national dex number. | | pokemonID = The Pokémon national dex number. | ||
| pokemonData = The [[Pokemon Code|Pokémon Code]]. | | pokemonData = The [[Pokemon Code|Pokémon Code]]. | ||
| | | pokemonIndex = The index of the Pokémon. First Pokémon start from zero. | ||
| level = The Pokémon Level. | | level = The Pokémon Level. | ||
| shiny = <nowiki>-1 = Random, 0 = Not shiny, 1 = Always shiny.</nowiki> | | shiny = <nowiki>-1 = Random, 0 = Not shiny, 1 = Always shiny.</nowiki> | ||
<!-- Battle --> | |||
| varName = The variables are canrun, cancatch, canblackout, canreceiveexp, canuseitems, frontiertrainer, divebattle, inversebattle, custombattlemusic and hiddenabilitychance. | |||
| varValue = The value for the variable. Usually it is a Boolean. custombattlemusic is string and hiddenabilitychance is integer. | | varValue = The value for the variable. Usually it is a Boolean. custombattlemusic is string and hiddenabilitychance is integer. | ||
| introtype = <nowiki>0 = Black Checker Boxes, 1 = Black Horizontal Lines, 2 = Black Vertical Lines, 3 = Black Box Expand out, 4 = Black Box Expand in, 5 = White Checker Boxes, 6 = White Horizontal Lines, 7 = White Vertical Lines, 8 = White Box Expand out, 9 = White Box Expand in, 10-11 = Not useable, 12 = Blur Zoom in effect</nowiki> | |||
<!-- Position --> | |||
| x = x coordinate of the object. | | x = x coordinate of the object. | ||
| y = y coordinate of the object. | | y = y coordinate of the object. | ||
| Line 16: | Line 26: | ||
| yaw = The direction of the object in terms of left and right. | | yaw = The direction of the object in terms of left and right. | ||
| pitch = The direction of the object in terms of up and down. For pitch in terms of sound, [http://en.wikipedia.org/wiki/Pitch_%28music%29 refer this for more detail] | | pitch = The direction of the object in terms of up and down. For pitch in terms of sound, [http://en.wikipedia.org/wiki/Pitch_%28music%29 refer this for more detail] | ||
<!-- ID --> | |||
| daycareID = ID of the Daycare you are referring to. | | daycareID = ID of the Daycare you are referring to. | ||
| bulbID = ID of the message Bulb. ( 0 = Waiting, 1= Exclamation, 2 = Shouting, 3 = Question, 4 = Note, 5 = Heart, 6 = Unhappy, 7 = Happy, 8 = Friendly, 9 = Poisoned, 10 = Battle, 11 = Wink, 12 = AFK, 13 = Angry, 14 = CatFace, 15 = Unsure ) | | bulbID = ID of the message Bulb. ( 0 = Waiting, 1= Exclamation, 2 = Shouting, 3 = Question, 4 = Note, 5 = Heart, 6 = Unhappy, 7 = Happy, 8 = Friendly, 9 = Poisoned, 10 = Battle, 11 = Wink, 12 = AFK, 13 = Angry, 14 = CatFace, 15 = Unsure ) | ||
| entityID = ID of the Entity you are referring to. | | entityID = ID of the Entity you are referring to. | ||
<!-- Storage --> | |||
| type = The types are pokemon, item, string, integer, boolean, single, str, int, bool, sng. | | type = The types are pokemon, item, string, integer, boolean, single, str, int, bool, sng. | ||
| operation = The operation are add, addition, plus, +, substract, substraction, minus, -, multiply, multiplication, *, divide, division, /. | |||
| text = Define the text to display. | | text = Define the text to display. | ||
| This is undocumented in [[Template:ScriptArgumentV2/Name|Wiki Script Library]]. | | This is undocumented in [[Template:ScriptArgumentV2/Name|Wiki Script Library]]. | ||
}}</includeonly> | }}</includeonly> | ||
Revision as of 16:07, 29 December 2014
|