Initial commit. Updated release archive.
This commit is contained in:
12
_module/nss/wg_grow.nss
Normal file
12
_module/nss/wg_grow.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
/// /// /// /// /// /// /// /// /// /// /// ///
|
||||
/// wg_grow
|
||||
/// When the sprout is destroyed by delayed
|
||||
/// damage, create the plant.
|
||||
///
|
||||
/// Created by Gilgon Avalrock
|
||||
/// /// /// /// /// /// /// /// /// /// /// ///
|
||||
void main()
|
||||
{
|
||||
object oPlant = CreateObject(OBJECT_TYPE_PLACEABLE, "witchgrass", GetLocation(OBJECT_SELF), TRUE);
|
||||
DestroyObject(OBJECT_SELF,0.5f);
|
||||
}
|
Reference in New Issue
Block a user