Lilithwins
03-22-2016, 04:45 PM
I need script that would look like this
______________________________________________
What supplies are you going to use, true/false
______
buyer:
Manapotion(strong mana potion)=true
Healthpotion(ultimate health potion)=false
Runes(sudden death rune)=false
ammunition(crystaline arrow)=true
[Script would use "checker" only for those things that are True. (So if i am making script for ms, and there are "Ammunition=false" script will ignore that, this would allow me to make scripts for all vocations.]
________
Checker:
If manapotion=x>y than (continue hunt)
Healthpotion=ignore
runes=ignore
If Ammunition=x>y than (continue hunt)
IF one of the true parts are false than script would go to "leaveSpawn" and will continue to depot...
______________________________________________
What supplies are you going to use, true/false
______
buyer:
Manapotion(strong mana potion)=true
Healthpotion(ultimate health potion)=false
Runes(sudden death rune)=false
ammunition(crystaline arrow)=true
[Script would use "checker" only for those things that are True. (So if i am making script for ms, and there are "Ammunition=false" script will ignore that, this would allow me to make scripts for all vocations.]
________
Checker:
If manapotion=x>y than (continue hunt)
Healthpotion=ignore
runes=ignore
If Ammunition=x>y than (continue hunt)
IF one of the true parts are false than script would go to "leaveSpawn" and will continue to depot...