What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

new subforum-> profile help corner, ask when u got trouble with profileCREATION

Sandycheeks

New Member
Joined
Jan 27, 2011
Messages
45
Reaction score
0
Title says it all



uhm...while im here..

how do i check if an if statement is false?

example:

<If condition="IsActiveQuestStep(50)"> is true : <If condition="!IsActiveQuestStep(50)"> ?? how check if=false?

i know its somewhere in the forums but i cant find it right now...
 
I think thats the solution :)

Code:
If IgnoreCanRun="True" Condition="IsActiveQuestStep(50)"></If>

Hope it works.
 
Title says it all



uhm...while im here..

how do i check if an if statement is false?

example:

<If condition="IsActiveQuestStep(50)"> is true : <If condition="!IsActiveQuestStep(50)"> ?? how check if=false?

i know its somewhere in the forums but i cant find it right now...

Pretty sure although dont quote me

<If condition="not IsActiveQuestStep(50)">
 
hmm no...

what i wanna do is to check

<If condition="IsActiveQuestStep(50)"> <!-- this must be NOT true like <If not condition="[...]"> or maybe
<LeaveGame reason="restarting..." /> <!-- <if condition="!IsActiveQuestStep(50)"> or
</If> <!-- <if condition="IsActiveQuestStep(50)" isTrue="false">

so it restarts the quest if its bugged and loop-relogs/TPs OR logged into the wrong quest at bot.start

dont want to mess around with plugins since my c# is rather ...uuuuhm... lousy? ...kinda....



EDIT: ty Nuok ;D thats what i was looking for... /kis
 
Back
Top