LocalSetMusic

From Eternity Wiki
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

This is like SetMusic, but only affects the player who activated it. If other players or monsters activate this script, music won't change.

Usage[edit]

void LocalSetMusic(str name)

Parameters[edit]

  • name: name of the music

Return value[edit]

Examples[edit]

No examples given.

Notes[edit]

No particular notes.

This function's identification in zspecial.acs is: ACC internal.

See also[edit]