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

CurrentWorldId

xsol

Member
Joined
Nov 7, 2011
Messages
503
Reaction score
12
I was attempting to check the CurrentWorldId and receive an error expected name; I'm guessing none of the names/tokens I tried are known.

I tried:

ZetaDia.CurrentWorldId
CurrentWorldId
Zeta.ZetaDia.CurrentWorldId

Being able to check this would help a lot in allowing profiles to pickup and "resume" from the correct location.

I started from Kicks blank template <If> that shows a check for it.
 
<If Condition="ZetaDia.CurrentWorldId == WorldId" >
</if>
 
<If Condition="ZetaDia.CurrentWorldId == WorldId" >
</if>

Thanks turns out the problem was I needed sleep and to use == instead of =

which is a bit funny honestly.

I know why "and" is used and not "&&" because & indicates the start of a token in xml thats cool but it leads reatards like me who base everything on logic to assume vb syntax and use a single =
 
Back
Top