7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
// gold 500 + outer plane persuasion device
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF,"nGoldCost",500);
|
|
SetLocalString(OBJECT_SELF,"sSeek","rts_it_mag31");
|
|
}
|