11-20-2013, 01:10 PM
Hello, how can i do this without macro break?
RuneMake:=adori gran mort
Thanks
RuneMake:=adori gran mort
Thanks
Assign text to Variable
|
11-20-2013, 01:10 PM
Hello, how can i do this without macro break?
RuneMake:=adori gran mort Thanks
11-20-2013, 01:25 PM
11-20-2013, 01:40 PM
(11-20-2013, 01:25 PM)Thiaguin- Wrote:(11-20-2013, 01:10 PM)Turdin Wrote: Hello, how can i do this without macro break? Let me try again. If i want to assign value 0 to variable, i would do "something:=0", but i want to assign a text, like "something:=text text text" Better now? Thanks
11-20-2013, 02:13 PM
Post the macro you're trying to create.
(11-20-2013, 02:13 PM)Dexter Wrote: Post the macro you're trying to create.The macro is ok alreadly, i just want to replace the Self.Say(adori gran mort) for Self.Say(!variable!) Code: RuneBlankRuneId:=3147 Or Code: 2000 {Make Rune} RuneBlankRuneId:=3147 RuneBlankRuneTotal:=Misc.ItemCountEx(!RuneBlankRuneId!) RuneMpId:=237 RuneMpTotal:=Misc.ItemCountEx(!RuneMpId!) RuneMpMin:=40 RuneManaMin:=1100 RuneManaMax:=1300 RuneMake:=0 RuneSoulMin:=10 RuneTarget:=Creature.Self() !RuneBlankRuneTotal!>0 Self.Soul()>!RuneSoulMin! Self.Mana()>!RuneManaMin! [RuneOnMana%] Self.Say(adori gran mort) exit {RuneOnMana%} !RuneMpTotal!>!RuneMpMin! Creature.ShootOn(!RuneTarget!, !RuneMpId!) Self.Mana()>!RuneManaMax! Self.Say(adori gran mort)
11-20-2013, 06:31 PM
Works now?
Cool script!
11-20-2013, 06:33 PM
you dont understand him. He want set text to variable.
Sorry, its not possible, you can only numbers set to variable.
11-20-2013, 06:59 PM
|
« Next Oldest | Next Newest »
|