Rpg²S Forum uses cookies. Read the Privacy Policy for more info. To remove this message, please click the button to the right:    I accept the use of cookies

Vai al contenuto

Rpg²S Forum uses cookies. Read the Privacy Policy for more info. To remove this message, please click the button to the right:    I accept the use of cookies

Screen Contest #90

Kamikun






  • Si prega di effettuare il log in prima di rispondere
Problema con script Falcao Pearl Abs ve

    TheGhost010799
  • Nuovo Arrivato

  • Utenti
  • Rens: 0
  • 0
  • Stelletta
  • 30 messaggi

#1 Inviato 26 January 2021 - 16:45 PM

Salve a tutti, ho bisogno di un aiuto da qualcuno che "mastichi" Questo script o un po di scripting in generale (sono negato con lo scripting e non ho il tempo materiale per mettermi a studiarlo).

 

In breve dopo il tutorial nel mio gioco si fa un cambio personaggio, a me servirebbe che questo personaggio abbia un abilità equipaggiata di default, secondo la documentazione di Falcao è possibile farlo con un comando in script.

 

==============================================================================
                          * Useful script calls
 
- $game_party.set_item(actor, item, slot)
  Use this command if you want to set automatically an item to the skillbar
  change actor for actor id, item for item id, slot for the slot name symbol
  Exp: $game_party.set_item(1, 20, :H)
  
- $game_party.set_skill(actor, skill, slot)  - samething as items
 
- SceneManager.call(Scene_QuickTool)    - call the quick tool window manually
- SceneManager.call(Scene_CharacterSet) - call the player slection manually
 
- $game_player.pop_damage('something')  - display pop text over the player
- $game_map.events[id].pop_damage('')   - display pop text over the event id
                          
==============================================================================
(Evidenziata in rosso la parte che mi serve)
 
Ma non riesco a farlo funzionare, ho provato ad impostarlo come evento normale, come evento comune e anche a metterlo nella parte dedicata allo scripting, ma non lo considera minimamente.
Qualche suggerimento?

Modificato da TheGhost010799, 26 January 2021 - 16:45 PM.





  • Feed RSS