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
5 registered members (Dico, AndrewAMD, TipmyPip, NewbieZorro, Grant), 15,632 guests, and 5 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
synonym #132473
05/28/07 13:16
05/28/07 13:16
Joined: Dec 2006
Posts: 11
C
codewriter Offline OP
Newbie
codewriter  Offline OP
Newbie
C

Joined: Dec 2006
Posts: 11
I have downloaded a spacesim tutorial that uses the following
synonym player_ship {type entity;}
synonym star_sphere {type entity;}

The keyword synonym is not recognized by my version 6.4.
Any help would be appreciated.

Re: synonym [Re: codewriter] #132474
05/28/07 13:21
05/28/07 13:21
Joined: Mar 2006
Posts: 752
Portugal
demiGod Offline
User
demiGod  Offline
User

Joined: Mar 2006
Posts: 752
Portugal
Thats a pointer

Re: synonym [Re: demiGod] #132475
05/28/07 14:04
05/28/07 14:04
Joined: May 2004
Posts: 1,510
Denmark
Claus_N Offline
Serious User
Claus_N  Offline
Serious User

Joined: May 2004
Posts: 1,510
Denmark
It is *very* old syntax

synonym player_ship {type entity;}
synonym star_sphere {type entity;}

Should be replaced with:

entity* player_ship;
entity* star_sphere;

EDIT: I do not know the code you downloaded, but I bet that there will be lots of outdated syntax in it... Much has changed since "synonyms" where used

Last edited by Claus_N; 05/28/07 14:07.
Re: synonym [Re: Claus_N] #132476
05/28/07 17:27
05/28/07 17:27
Joined: Dec 2006
Posts: 11
C
codewriter Offline OP
Newbie
codewriter  Offline OP
Newbie
C

Joined: Dec 2006
Posts: 11
Thanks


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

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