ID:271671
 
First of all.I Need To Know How To Make a Saving And Loading Sytems Please No Links To The DM Guide.

Secondly.How To Make Pop-Up Windows In-Game.

Thirdly.How Do I Make It So If You Bump Into Something I.e A Beam Or A Wall It Either Says Something Or Else You Get Hurt.

Lastly.How Do I Make It So When I Make Someone Read A List It Doesnt Just Say/list?

Please Help Without Any Links To The DM Guide Please.

--{Lunar_Reaper}
what things ?
1) Fine, I'll tell you rather than link you there. Go to the DM Guide, it has a whole chapter on saving + loading. If you don't want to read it, fine, it will only effect you and not us.

2) In the browse() proc, define the option window.

3) You want to look up Bump(). Remember, Bump() is called on the object that bumped INTO something.

4) Rather than outputting the list like "Ref << list", loop through it like "for(var/a in list) Ref << a"