Move that faints the user

xUMG

Hoho-oh?
Member
Joined
Oct 16, 2017
Posts
114
i have been testing out how to make a move that faints the user this is what i've created and it seems to not work.

Code:
275,COUGH,Cough,0E0,0,NORMAL,Status,0,10,0,10,0,bef,"The user cough's so badly that it faints."
 

TechSkylander1518

Wiki Dweeb
Member
Joined
Mar 24, 2017
Posts
381
I think the problem is that 0E0 is the function code for Explosion and Self-Destruct, which are offensive moves intended to deal damage. Try changing Cough to a physical move with a BP of 0.


(also, little nitpick in the move's description-it should be "coughs", not "cough's")
 
Top