8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
void main()
|
|
{
|
|
int nBookRoll = d100(1);
|
|
if(nBookRoll <= 40)
|
|
{ CreateObject(OBJECT_TYPE_CREATURE, "possessedspellbo", GetLocation(OBJECT_SELF), TRUE);}
|
|
|
|
}
|