7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
void main()
|
|
{
|
|
object oTarget = GetLastUsedBy();
|
|
string sItemTemplate1 = "ats_r_clak_n_sta"; // The standard ale potion
|
|
CreateItemOnObject(sItemTemplate1, oTarget);
|
|
}
|