RCRPG/Unicon: Difference between revisions

Content added Content deleted
(→‎Icon and Unicon: magic words)
 
(words out of order)
Line 259: Line 259:
else if uses = 0 then write("... No. Nothing happens.")
else if uses = 0 then write("... No. Nothing happens.")
else if uses = -1 then write("... You are now have a fuchsai tail!!")
else if uses = -1 then write("... You are now have a fuchsai tail!!")
else write("... Thankfully else nothing happens.")
else write("... Thankfully nothing else happens.")
end
end