Gamestudio Links
Zorro Links
Newest Posts
What are you working on?
by rayp. 10/15/25 20:44
Help!
by VoroneTZ. 10/14/25 05:04
Zorro 2.70
by jcl. 10/13/25 09:01
ZorroGPT
by TipmyPip. 10/12/25 13:58
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 10/11/25 18:45
Reality Check results on my strategy
by dBc. 10/11/25 06:15
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, AndrewAMD), 6,732 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
joenxxx, Jota, krishna, DrissB, James168
19170 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Skill renaming in WED : string1 / string2 ? #454347
09/05/15 08:40
09/05/15 08:40
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline OP
Senior Expert
HeelX  Offline OP
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Hi Gamestudio Team,
I can rename the skills and flags in WED when I put something like this above the action:

Code:
// skill1: MySkill 68
// flag1: MyFlag off
action myaction () {
   ...
}



How do I the same for string1 and string2? Using

Code:
// string1: Name my-name



has no effect...?

Re: Skill renaming in WED : string1 / string2 ? [Re: HeelX] #454349
09/05/15 09:20
09/05/15 09:20
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
did you try

Code:
#define ImAHappyString string1

// uses ImAHappyString
action myaction () {
   ...
}



I've never tried it with strings, though. There's a good chance it will fail the same way grin

Re: Skill renaming in WED : string1 / string2 ? [Re: FBL] #454387
09/07/15 15:33
09/07/15 15:33
Joined: Jul 2000
Posts: 28,028
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,028
Frankfurt
You can of course redefine string1/string2, but this has no effect on WED, only on the script.

Re: Skill renaming in WED : string1 / string2 ? [Re: jcl] #454402
09/07/15 19:26
09/07/15 19:26
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline OP
Senior Expert
HeelX  Offline OP
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Can you add the feature to WED?

Re: Skill renaming in WED : string1 / string2 ? [Re: HeelX] #454439
09/08/15 13:19
09/08/15 13:19
Joined: Jul 2000
Posts: 28,028
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,028
Frankfurt
Not to the old WED. To the new WED, sure, should it ever be finished.


Moderated by  old_bill, Tobias 

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