antiblock
Cyphriun
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
Unk3n0w7

Remover Polymorph <- Quest !

1 post in this topic

quest remove_polymorph begin	state start begin		when 9006.chat."Cancel the transformation" begin			say_title("Old Lady:")			say("")			say("Hy, i have the force to remove the transformation,")			say("but that it will cost: 10.000 Yang.")			say("")			say_reward("Do you agree?")			local s = select ("Yes", "No")			if s == 2 then				return			end			if pc.gold < 10000 then				say_title("Old Lady:")				say("")				say("I'm sorry but you don't have")				say("enough Yang")				return			end			if s == 1 then				if not pc.is_polymorphed() then					say_title("Old Lady:")					say("")					say("I'm sorry, but you're not transformed.")					return				end				pc.remove_polymorph()				pc.changegold(-10000)			end		end	endend

[*]Créditos : Eu Tradução .

Share this post


Link to post
Share on other sites
antiblock
https://arwen2.global/

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this