• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

how do you sucessfully make a TM item with custom items

Scruffy3Janitor

Pokémon Ranger
so, ive made myself a custom TM item sucessfully, but can't get it to work with the script i link it off to. when it is used, it creates infinate blank text boxes, making me have to close the game. i have made the item right, and the move right too. the only thing i need to know is what type of script do i need to run it on(im using a .dat, and the version=2 string) and how is it formatted
 
J

jianmingyong

Guest
version=2
@Screen.teachmoves(0,[1000])
:end
Hmm I don't think the square bracket are supposed to be there. :p

You must have copied the wiki without knowing that the square braket means it is a optional argument. So just remove the square braket will do.
 

Scruffy3Janitor

Pokémon Ranger
Hmm I don't think the square bracket are supposed to be there. :p

You must have copied the wiki without knowing that the square braket means it is a optional argument. So just remove the square braket will do.
on the wiki, under the commands i saw it with square brackets
it is for if you want to teach one of multiple
 

nilllzz

Original Developer
Administrator
P3D Developer
on the wiki, under the commands i saw it with square brackets
it is for if you want to teach one of multiple
You must have copied the wiki without knowing that the square braket means it is a optional argument. So just remove the square braket will do.
 

Scruffy3Janitor

Pokémon Ranger
You must have copied the wiki without knowing that the square braket means it is a optional argument. So just remove the square braket will do.
oh, ok i just looked off the wiki, and almost always when square brackets are there, it means i need them
 
J

jianmingyong

Guest
I think I have to remove the single bracket in the wiki to prevent confusion.
 
J

jianmingyong

Guest
I might have to test that command to see if I could get this infinite loop as well.
 
Top