generated from Jaysyn/ModuleTemplate
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
/////////////////////////////////////
|
|
// Dragon's Edge
|
|
// by Charly Carlos
|
|
/////////////////////////////////////
|
|
// Toss the Dagger: PC selects one of the daggers will hit the ground pointing downwards.
|
|
/////////////////////////////////////
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "nHowManyDaggers", 1);
|
|
}
|