HoS_PRC8/_mod/_module/nss/at_sadv_sb.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

15 lines
464 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_sadv_sb
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1/23/2004 5:29:17 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("rts_mw_sb", GetPCSpeaker(), 1);
CreateItemOnObject("rts_mw_arr", GetPCSpeaker(), 99);
}