Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

10 lines
340 B
Plaintext

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()));
}