Aller au contenu

Photo

(Solved) Check plot flag


  • Veuillez vous connecter pour répondre
Aucune réponse à ce sujet

#1
jsd313

jsd313
  • Members
  • 184 messages
I am familiar with setting the plot flags and all that but I can't figure out how to get an "if" this plot flag is set true do this stuff, and if false do this stuff here. I know how to seperate the code just can't figure out what setup I need to check that specific flags status and then run the proper code.

Anyone know of where I can find an example of that?


I solved it lol

/facepalm

if (WR_GetPlotFlag(PLT_WARDENS_REWARDS, END) == TRUE)
    {

Modifié par jsd313, 16 avril 2010 - 01:00 .