Also, Could you help me making a spawn scroll type thing?This is my code right now:
Create(O as null|anything in typesof(/obj)){//THIS IS THE MESSED UP LINE
set desc="Create an Object, Mob, or Turf.";
if(!O)return;var/T = new O(usr.loc);
world.log<<"<font color=#607B8B>[usr] created a [T:name].";
view() << "With a scroll from [usr]'s hands, [usr] muttered out a word and a [T:name] appeared."}