Initial upload
Initial upload
This commit is contained in:
10
_module/nss/northgatedust.nss
Normal file
10
_module/nss/northgatedust.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Upon destruction of the north gate, replace with dust plume
|
||||
Dalantriel: Jul 22, 2002
|
||||
*/
|
||||
|
||||
void main()
|
||||
{
|
||||
location loc = GetLocation(OBJECT_SELF);
|
||||
CreateObject(OBJECT_TYPE_PLACEABLE, "northplume", loc, TRUE);
|
||||
}
|
Reference in New Issue
Block a user