Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

The source code is all posted in the 2nd post in this thread.How does the Magus thing work? I'm refering to how you have to be next to her to tell her where you want to go. Can you post just that section of the code?
c:\Mq2\MQ2Piggyzone\MQ2Piggyzone.cpp(581): error C2447: '{' : missing function header (old-style formal list?)Cosmic said:in your favorite /zone plugin:
Rich (BB code):static int once=0; if (once==0) { once=1; char aa[100]="test"; pDisplay->DoTheZone(ZoneToGoTo,aa,1,0,0,0,0,0); } else { once=0; }
c:\Mq2\MQ2Piggyzone\MQ2Piggyzone.cpp(581): error C2447: '{' : missing function header (old-style formal list?)
c:\Mq2\MQ2Piggyzone\MQ2Piggyzone.cpp(581): error C2143: syntax error : missing ';' before '{'
c:\Mq2\MQ2Piggyzone\MQ2Piggyzone.cpp(580): error C2059: syntax error : 'else'
c:\Mq2\MQ2Piggyzone\MQ2Piggyzone.cpp(575): error C2447: '{' : missing function header (old-style formal list?)
c:\Mq2\MQ2Piggyzone\MQ2Piggyzone.cpp(575): error C2143: syntax error : missing ';' before '{'
c:\Mq2\MQ2Piggyzone\MQ2Piggyzone.cpp(574): error C2059: syntax error : 'if'
