Changed folder name.
Changed folder name.
This commit is contained in:
6
_module/nss/streamed.nss
Normal file
6
_module/nss/streamed.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
float draino = GetLocalFloat(GetArea(OBJECT_SELF), "drained");
|
||||
DelayCommand(1.0, AssignCommand(OBJECT_SELF, SetLocalInt(OBJECT_SELF, "streamed", 2)));
|
||||
DelayCommand(draino, AssignCommand(OBJECT_SELF,SetLocalInt(OBJECT_SELF, "streamed", 0)));
|
||||
}
|
Reference in New Issue
Block a user