Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (TipmyPip, AndrewAMD, NewbieZorro), 16,655 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Who can explain this error #288847
09/09/09 04:04
09/09/09 04:04
Joined: Aug 2009
Posts: 20
N
Noctis Offline OP
Newbie
Noctis  Offline OP
Newbie
N

Joined: Aug 2009
Posts: 20
I have this code in AUM 34 about RPG movement, and when I ran, it said "syntax error < my.PASSABLE=ON; >
Quote:

function show_target()
{
my.PASSABLE = ON;
while (mouse_left == 1) {wait (1);}
while (mouse_left == 0) {wait (1);}
ent_remove (me);
}

what's wrong ??? Thanks reply!!

My SED version is 7.21

Re: Who can explain this error [Re: Noctis] #288851
09/09/09 05:00
09/09/09 05:00
Joined: Jul 2008
Posts: 553
Singapore
delinkx Offline
User
delinkx  Offline
User

Joined: Jul 2008
Posts: 553
Singapore
are u using Lite-C or c-script ?


my.PASSABLE = ON; is a c-script. now the latest engine uses only lite-c.

the lite-C alternative to the above is:

set(my,PASSABLE);


A7 commercial Team / VC++ 2008 Pro
homepage | twitter | facebook
Re: Who can explain this error [Re: delinkx] #288869
09/09/09 07:43
09/09/09 07:43
Joined: Aug 2009
Posts: 20
N
Noctis Offline OP
Newbie
Noctis  Offline OP
Newbie
N

Joined: Aug 2009
Posts: 20
oh,thanks. I use lite-c. =.=


Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1