Shargast_PRC8/_module/Chapter 2/nss/rolandsgong1.nss

10 lines
340 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
void main()
{
//Ring The Bell...
ActionDoCommand(PlaySound("as_cv_potclang3"));
ApplyEffectToObject(DURATION_TYPE_TEMPORARY,EffectVisualEffect(VFX_FNF_PWSTUN),OBJECT_SELF);
DelayCommand(3.0, SpeakString (" Roland is ready to help you "));
DelayCommand(3.0, OpenStore(GetObjectByTag("Rolandstore"), GetLastUsedBy()));
}