[Done for V0.47] Editor suggestion

Messages are moved here (should anyone ever want to see them again) once they are no longer applicable to the current version (e.g. suggestions that have been implemented or bugs that have been fixed).

Moderator: George Gilbert

Forum rules
Please read the Forum rules and policies before posting.
Post Reply
Mon Ful Ir
Adept
Posts: 221
Joined: Sat Jan 07, 2006 1:54 am
Location: Britain

[Done for V0.47] Editor suggestion

Post by Mon Ful Ir »

Howdy George

I like to use shooters that fire various different objects.

(There's a good example of the sort of thing I mean in the Chaos Strikes Back RTC conversion you wrote--where the player sticks a coin in the slot, and an object appears in an alcove--you get a succession of different objects as you insert more and more coins.)

In order to do that, you need code that looks like this:

Code: Select all

ref020013-1	WALLITEM_SHOOTER			5	14	2	NORTH		TYPE=(SINGLE)	SHOOTS=(OBJECT)	STRENGTH=(100)
The editor doesn't generate this code for you, though; you have to enter it manually. It'll generate code to shoot specific types of object, but not a general "SHOOTS=(OBJECT)".

Please could this be added in if it's not too challenging to code?
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post by George Gilbert »

Done for V0.47
Post Reply