11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
|
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"));
|
||
|
}
|
||
|
}
|