Need help building/making script work.

Status
Not open for further replies.

hippymon

Member
Working on it, will update.


Edit: Unlocked on the condition that an actual "attempt" script will eventually be posted.
 

holatuwol

Developer
[quote author=hippymon link=topic=919.msg4530#msg4530 date=1179021656]I wish to add more to "daily script.ash" how would I add "if level <9 and moxie <94 adv myadv in orc chasm" ?[/quote]

PHP:
if ( my_level() < 9 && my_buffedstat( $stat[moxie] ) < 94 )
    adventure( my_adventures(), $location[valley beyond] );
 
HippyMon I suggest you read this page which may help you to understand boolean statements. It's not 100% complete, but I think there is enough information in there to get you going.

Are you "Hippymon the sequal" #885074 in game formerly "Hippymon"?
 

hippymon

Member
[quote author=efilnikufecin link=topic=919.msg4542#msg4542 date=1179042551]
HippyMon I suggest you read this page which may help you to understand boolean statements. It's not 100% complete, but I think there is enough information in there to get you going.

Are you "Hippymon the sequal" #885074 in game formerly "Hippymon"?
[/quote]

He is one of my accounts, why?
 
Status
Not open for further replies.
Top