Jump to content

Photo

I Need Dungeon Entry Script To Repeat*


  • This topic is locked This topic is locked
2 replies to this topic

#1 SkyLizardGirl

SkyLizardGirl

    Unbeknownst to danger we call upon your help

  • Banned
  • Real Name:Arianna Crystal Ritter
  • Location:Earthia

Posted 08 March 2019 - 02:47 AM

(Somebody Delete this Topic here?, I was Trying to Put it in the Scripting Discussion)

 

 

I want a working 'String'  Dungeon Entry Script:

 

I want it to 'Repeat' it's action when you leave the DMap and return to that DMAP. 

The String will Re-Appear again.

 

This FFC would be placed on a Dungeon Entry where it shows    ( LEVEL-1   Fruitbat's Palace )

Just like in Link's Awakening gameboy game for example. Where it shows:  ( Level-1 Tail Cave )

 

(I don't like the built in Dmap intro in ZC,  It has No background to it so you can't see the title on

my Dungeon entries is why. So i am using A FFC String because it looks better.

-----

 

Can somebody Fix this script below so that it does this??

-----

 

ffc script StringOnce{
     void run(int m, int delay, int d){
          if ( Screen->D[d] == 0 ) {
               Screen->D[d] = 1;
               Waitframes(delay);
               Screen->Message(m);
          }
     }
}

 


Edited by SkyLizardGirl, 08 March 2019 - 02:55 AM.


#2 Timelord

Timelord

    The Timelord

  • Banned
  • Location:Prydon Academy

Posted 09 March 2019 - 10:50 AM

Whie this is technicaly a dupicate of the post in script requests, I'll take a moment to note that one of the things on my agenda for 2.55+, is to allow setting backgrounds, fonts, and colours, on DMap Intro Strings; which will make them far more useful in the future.

Other than that, I do not plan to add Screen Intro Strings to the editor. The screen script type would limit any additional specific screen features in the editor to a bare minimum. ( RAM usage is a huge factor in the decision to add anything new to screens. )


  • SkyLizardGirl likes this

#3 SkyLizardGirl

SkyLizardGirl

    Unbeknownst to danger we call upon your help

  • Banned
  • Real Name:Arianna Crystal Ritter
  • Location:Earthia

Posted 09 March 2019 - 01:00 PM

I could not find a Delete Button,  I was trying to get Rid of this post. 

 

 

Oh ok, .. understood.


Edited by SkyLizardGirl, 09 March 2019 - 01:01 PM.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users