Welcome to the Builder Academy

Question Looking for a trigger possibility

More
01 Sep 2025 18:00 #10883 by wlessard1
I am looking at the %drop% function in triggers but it only seems to use object to be dropped.

Is it possible to drop gold, like "drop 1000 coin" or other amount and have it work in a trigger.
Logic path
Drop 1000 coins
Trigger then teleports character to specific room.
If not I will just have to come up with an item to drop but would rather go with the pure gold/coin drop.

Thanks for any info.

Please Log in or Create an account to join the conversation.

More
02 Sep 2025 21:15 #10885 by thomas
Am I right thinking you are actually talking about %load% ? I don't recall a %drop% command.
I'd make a pile of coins as an object and then just load that.

For instance object #906 in stock zones:
Code:
#906 coins gold treasure~ a great pile of treasure~ A great, gleaming pile of treasure lies at your feet.~ ~ 20 0 0 0 0 a 0 0 0 0 0 0 0 43500 0 0 0 20 1 0 0

%load% obj 906

Please Log in or Create an account to join the conversation.

Time to create page: 0.200 seconds