Basically I can’t find the equivalent of “if (player->HasSpell” or "player->GetAreaId() " for items.
Is there some sort of documentation on all of this, and what are these regularly called?
Sorry, I am new to c++.
Thanks rochet!
Looking into it.
So for a comparable script it would have to go player-> [COLOR=rgb(121,93,163)]HasItemCount[COLOR=rgb(51,51,51)](26045, [COLOR=rgb(0,134,179)]1[FONT='SFMono-Regular']) or [/FONT] player-> [COLOR=rgb(121,93,163)]HasItemCount[COLOR=rgb(51,51,51)](26045, [COLOR=rgb(0,134,179)]1, [COLOR=rgb(51,51,51)]inBankAlso = [COLOR=rgb(0,134,179)]false[COLOR=rgb(51,51,51)])?
[COLOR=rgb(51,51,51)]EDIT: First one, thanks for your help.