Battledale_PRC8/_module/nss/fr_iwd_dwf_grd02.nss

11 lines
251 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oGuard = GetEnteringObject();
if(GetTag(oGuard) == "fr_iwd_grd_dwf01")
{
SetLocalString(oGuard, "wayname", "fr_iwd_grd_stay_short");
DelayCommand(300.0, SetLocalString(oGuard, "wayname", "fr_iwd_grd_dwf01"));
}
}