Mmm i remember a few people asking for sake... i believe drizzt.... (THeres a complete code stego... seeing as you would be to busy to make such a easy code "My recomended use it listed under code")
Replace "usr.strngth += #" with watever u want... like... "usr.taijutsu += #"
Recomended Use: maybe you can use it for a quest...? add it to a hard quest and when the player uses it they get a PERM boost to taijutsu.. and they can use whenever they want...or even sell it to other players for money seeing as it would be a rare quest item... that would take ALOT of teamwork to complete (*cough*s4*cough)
obj/Sake/Drink verb/drink() if(prob(30)) //30% chance of negative affects usr.Taijutsu -= 1000 Sleep(500) usr.Taijutsu += 980 // if you get unlcky with neg affects you perm lose 20 tai else usr.strength += 3400 Sleep(500) usr.Taijutsu -= 3395 // Lets you keep 5 taijutsu from the sake use
Just did that quickly... not sure if itll work cause i dont think "Sleep" works that way but it might work...