Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

Ranks and Titles?

19 years ago

this, i guess, is more of a question of if its possible. i was thinking of making a game that you gain ranks. for instance, Corp., Leut., Major, General and so forth. I was wondering if it was possible to have those displayed as a variable. So, rather than having a number displayed on all pages, it would have the rank instead. is that doable as is or something that needs to be added?

nate

Ranks and Titles

19 years ago
right now what you can do is:

Corp = 1
Leut = 2
Major = 3
General = 4

Have on each page:

%%RANKVARIABLE%=%1%Corparel level%%
%%RANKVARIABLE%=%2%Leut llevel%%


etc.

Ranks and Titles

19 years ago
I have dne that.

Ranks and Titles

19 years ago
What if on the show on every page thing you make it a varible that shows text.  If it is one than it is shows this and if it is two than it shows this on the varible thing.  That would be helpful.  If would be helpful if we could put more than 10 letters up.  Mabey 12?

Ranks and Titles

19 years ago
Ya but the display variable text is better.

Ranks and Titles

19 years ago

No, it would be showing text if varible is between 1-4.  The text would be General.  Than if it is 5-8 it could show Lutinuet.  Showing the varible as text instead of a number would be helpful.  It's like for Charater Id on The Cave, if it is one it could show one's name.  If it is two it could show number two's name.

Ranks and Titles

19 years ago
well ,then we're saying hte same thing, lol.

Ranks and Titles

19 years ago

One adv-game idea I have is to create add two Game-level textboxes: Page Header and Page Footer.

The header would appear above the page text and the footer below it. The textboxes would support "codes" (like variable descriptions and conditional text) just like regular text. That would be a nice alternative to always showing variables on every page and allow you to control it at a chapter level:

[cond="CURRENTCHATPER(3)"]The current chapter is 3, and your score is [variable="SCORE"] [/cond]

Ranks and Titles

19 years ago
YES! 100% for that one!